summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryce Harrington <bryce@osg.samsung.com>2015-05-13 02:25:38 -0700
committerBryce Harrington <bryce@osg.samsung.com>2015-05-13 02:25:38 -0700
commitdfa27c78dc9b8a0157f6fe630f7cf849ec48041d (patch)
tree2e0b998d8a6e124b448b35bcefbb8ede2d0f7ffb
parent21efe7dc8ac9efeaa16229a770fd017154c96497 (diff)
Prefer cairo image rather than gl
-rwxr-xr-xwl_build2
1 files changed, 1 insertions, 1 deletions
diff --git a/wl_build b/wl_build
index 505436f..12ec148 100755
--- a/wl_build
+++ b/wl_build
@@ -172,7 +172,7 @@ echo "weston"
cd $WLROOT/weston
git clean -xfd
./autogen.sh --prefix=$WLD \
- --with-cairo=gl \
+ --with-cairo=image \
--with-xserver-path=$WLD/bin/Xwayland \
--enable-setuid-install=no \
--enable-clients \