aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/xcb/makefile.patch
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/xcb/makefile.patch
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/xcb/makefile.patch')
-rw-r--r--vcpkg/ports/xcb/makefile.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/vcpkg/ports/xcb/makefile.patch b/vcpkg/ports/xcb/makefile.patch
new file mode 100644
index 0000000..9171fcf
--- /dev/null
+++ b/vcpkg/ports/xcb/makefile.patch
@@ -0,0 +1,13 @@
+diff --git a/src/Makefile.am b/src/Makefile.am
+index 17b64a80e..f45d9d0fe 100644
+--- a/src/Makefile.am
++++ b/src/Makefile.am
+@@ -260,7 +260,7 @@ if XCB_SERVERSIDE_SUPPORT
+ C_CLIENT_PY_EXTRA_ARGS += --server-side
+ endif
+
+-$(EXTSOURCES): c_client.py $(XCBPROTO_XCBINCLUDEDIR)/$(@:.c=.xml)
++$(EXTSOURCES): c_client.py /$(@:.c=.xml)
+ $(AM_V_GEN)$(PYTHON) $(srcdir)/c_client.py -c "$(PACKAGE_STRING)" -l "$(XORG_MAN_PAGE)" \
+ -s "$(LIB_MAN_SUFFIX)" -p $(XCBPROTO_XCBPYTHONDIR) \
+ $(C_CLIENT_PY_EXTRA_ARGS) \