summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Turney <jon.turney@dronecode.org.uk>2015-12-11 15:18:57 +0000
committerJon Turney <jon.turney@dronecode.org.uk>2015-12-11 15:20:34 +0000
commit826dab23d064fc5996c1a58b741128f457c55bd8 (patch)
tree084c9b65b84994f229eae4f541840fab2036aaf1
parent390a71ba41b7d694317be866ef27d0b510415908 (diff)
xts can't be built with shared libraries on Windows
-rw-r--r--jhbuildrc.include3
1 files changed, 3 insertions, 0 deletions
diff --git a/jhbuildrc.include b/jhbuildrc.include
index 68486bb..b10bf56 100644
--- a/jhbuildrc.include
+++ b/jhbuildrc.include
@@ -249,6 +249,9 @@ module_autogenargs['mesa-mesa'] = autogenargs + ' --disable-xa --with-gallium-dr
# xf86-video-dummy config check needs fixing to default to auto, not yes
module_autogenargs['xf86-video-dummy'] = autogenargs + ' --disable-dga'
+# xts can't be built with shared libraries on Windows
+module_autogenargs['xts'] = autogenargs + ' --disable-shared'
+
#
#
#