diff options
author | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-13 02:25:38 -0700 |
---|---|---|
committer | Bryce Harrington <bryce@osg.samsung.com> | 2015-05-13 02:25:38 -0700 |
commit | dfa27c78dc9b8a0157f6fe630f7cf849ec48041d (patch) | |
tree | 2e0b998d8a6e124b448b35bcefbb8ede2d0f7ffb | |
parent | 21efe7dc8ac9efeaa16229a770fd017154c96497 (diff) |
Prefer cairo image rather than gl
-rwxr-xr-x | wl_build | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 \ |