From 4bca9bc149bd685b4f97171abd0320580768c4d6 Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 13 Dec 2018 19:54:20 +0100 Subject: [PATCH] cairo: enable gl on ppc64 targets [ci skip] --- srcpkgs/cairo/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/cairo/template b/srcpkgs/cairo/template index f05334c799c..a0a2a983138 100644 --- a/srcpkgs/cairo/template +++ b/srcpkgs/cairo/template @@ -21,7 +21,7 @@ checksum=5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331 build_options="gles2 opengl" case "$XBPS_TARGET_MACHINE" in - i686*|x86_64*) build_options_default+=" opengl";; + i686*|x86_64*|ppc64*) build_options_default+=" opengl";; esac do_check() {