From f8f27f428921f45e286b08f3c0dd3fe321adbd68 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 5 Apr 2013 20:29:19 +0200 Subject: [PATCH] cairo: also enable gles2 option by default for x86. --- srcpkgs/cairo/template | 2 +- srcpkgs/cairo/template.options | 4 ++-- 2 files changed, 3 insertions(+), 3 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..0c174d21a00 100644 --- a/srcpkgs/cairo/template.options +++ b/srcpkgs/cairo/template.options @@ -3,9 +3,9 @@ build_options="opengl gles2" desc_option_opengl="Enable support for building the OpenGL surface backend" desc_option_gles2="Enable support for building the GLESv2 surface backend" -# Enable gl by default on x86. +# Enable opengl and gles2 by default on x86. if [ "$XBPS_TARGET_MACHINE" = "i686" -o "$XBPS_TARGET_MACHINE" = "x86_64" ]; then - build_options_default="opengl" + build_options_default="opengl gles2" fi do_options() {