From f4d597c2743ea0ccbee7cbd9beb125c3ca18fafb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 6 Apr 2013 11:34:29 +0200 Subject: [PATCH] cairo: just enable gles2 option and disable opengl; this is what weston needs anyway. --- srcpkgs/cairo/template | 2 +- srcpkgs/cairo/template.options | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/cairo/template b/srcpkgs/cairo/template index 87227b34c85..0b155c44f3e 100644 --- a/srcpkgs/cairo/template +++ b/srcpkgs/cairo/template @@ -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" diff --git a/srcpkgs/cairo/template.options b/srcpkgs/cairo/template.options index c3980303e0c..d8adc7ac763 100644 --- a/srcpkgs/cairo/template.options +++ b/srcpkgs/cairo/template.options @@ -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() {