.github: win32: fix pulling libxcb-render-util and libxcb-keysyms

Their latest releases have still configured wrong submodule URLs,
so we need to use master here.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
This commit is contained in:
Enrico Weigelt, metux IT consult
2025-09-05 13:23:02 +02:00
parent 110830b4de
commit 904acca6c8

View File

@@ -101,8 +101,8 @@ build 'https://gitlab.freedesktop.org/xorg/lib/libXfixes.git' 'libXfixes-5.0.3'
build 'https://gitlab.freedesktop.org/xorg/lib/libxcb-util.git' 'xcb-util-0.4.1-gitlab'
build 'https://gitlab.freedesktop.org/xorg/lib/libxcb-image.git' 'xcb-util-image-0.4.1-gitlab'
build 'https://gitlab.freedesktop.org/xorg/lib/libxcb-wm.git' 'xcb-util-wm-0.4.2'
build 'https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util.git' 'xcb-util-renderutil-0.3.10'
build 'https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms.git' 'xcb-util-keysyms-0.4.1'
build 'https://gitlab.freedesktop.org/xorg/lib/libxcb-render-util.git' 'master'
build 'https://gitlab.freedesktop.org/xorg/lib/libxcb-keysyms.git' 'master'
# workaround xcb_windefs.h leaking all Windows API types into X server build
# (some of which clash which types defined by Xmd.h) XXX: This is a bit of a