summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJérémy Zurcher <jeremy@asynk.ch>2011-09-07 07:20:36 +0200
committerJérémy Zurcher <jeremy@asynk.ch>2011-09-07 07:20:36 +0200
commit97aa459ffd87e51b536211b2463fea8c35a759e6 (patch)
treeb424edabba599f9c522e7d62c321d90ba6be4c10
parente1aa5be4ec34948d6d18ba6275cbe610123d19f1 (diff)
downloadbin-97aa459ffd87e51b536211b2463fea8c35a759e6.zip
bin-97aa459ffd87e51b536211b2463fea8c35a759e6.tar.gz
build-wayland: fix libxkbcommon
-rwxr-xr-xbuild-wayland.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-wayland.sh b/build-wayland.sh
index aa82e56..415fe07 100755
--- a/build-wayland.sh
+++ b/build-wayland.sh
@@ -131,8 +131,8 @@ do_your_job
say "xorg:libxkbcommon"
my_dir=libxkbcommon
-my_src=git://people.freedesktop.org/xorg/lib/libxkbcommon.git libxkbcommon
-my_configure_opts="--with-xkb-config-root=/usr/share/X11/xkb"
+my_src=git://people.freedesktop.org/xorg/lib/libxkbcommon.git
+my_configure_opts="--with-xkb-config-root=/usr/share/X11/xkb --enable-specs=false"
do_your_job
say "xorg:pixman"