summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2014-06-12 13:12:07 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2014-06-13 19:30:14 +0100
commitaaf11386bfd8f0cfc442570a92067f5b371caf71 (patch)
tree179d08563a40d856b0b629eb3b86901ca2964cf7
parent453bc1298e5175c3aea850cc9e372b1ed04e77c7 (diff)
Don't try to build libxcb-shm for MinGW
-rw-r--r--jhbuildrc.i686-pc-mingw323
1 files changed, 3 insertions, 0 deletions
diff --git a/jhbuildrc.i686-pc-mingw32 b/jhbuildrc.i686-pc-mingw32
index 3427f8b..3319bda 100644
--- a/jhbuildrc.i686-pc-mingw32
+++ b/jhbuildrc.i686-pc-mingw32
@@ -70,6 +70,9 @@ module_autogenargs['xserver'] = module_autogenargs['xserver'] + ' --with-builder
module_autogenargs['xkeyboard-config'] = autogenargs + ' --with-xkb-rules-symlink=xorg'
module_autogenargs['fontconfig'] = autogenargs + ' --enable-libxml2'
+# doesn't make much sense to build libxcb-shm for MinGW
+module_autogenargs['libxcb'] = autogenargs + ' --disable-shm'
+
# must put pthread into LIBS when building pthread-stubs, as weak cleverness won't work...
os.environ['LIBS'] = '-lpthread'