cairo: enable gl on ppc64 targets
[ci skip]
This commit is contained in:
parent
47c2554580
commit
4bca9bc149
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ checksum=5e7b29b3f113ef870d1e3ecf8adf21f923396401604bda16d44be45e66052331
|
||||||
build_options="gles2 opengl"
|
build_options="gles2 opengl"
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*|x86_64*) build_options_default+=" opengl";;
|
i686*|x86_64*|ppc64*) build_options_default+=" opengl";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_check() {
|
do_check() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue