cairo: just enable gles2 option and disable opengl; this is what weston needs anyway.

This commit is contained in:
Juan RP 2013-04-06 11:34:29 +02:00
parent 09d8d5732d
commit f4d597c274
2 changed files with 2 additions and 2 deletions

View file

@ -1,7 +1,7 @@
# Template build file for 'cairo'.
pkgname=cairo
version=1.12.14
revision=4
revision=5
build_style=gnu-configure
configure_args="--disable-static --enable-tee"
subpackages="$pkgname-devel"

View file

@ -5,7 +5,7 @@ desc_option_gles2="Enable support for building the GLESv2 surface backend"
# Enable gl by default on x86.
if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then
build_options_default="opengl"
build_options_default="gles2"
fi
do_options() {