cairo: enable EGL only if opengl or gles2 option is set.
This commit is contained in:
parent
c2aa99034e
commit
35536dfa02
1 changed files with 3 additions and 2 deletions
|
@ -3,8 +3,9 @@ pkgname=cairo
|
||||||
version=1.12.16
|
version=1.12.16
|
||||||
revision=7
|
revision=7
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-lto --enable-tee --enable-egl
|
configure_args="--disable-static --disable-lto --enable-tee
|
||||||
$(vopt_enable opengl gl) $(vopt_enable gles2 glesv2)"
|
$(vopt_if opengl '--enable-gl --enable-egl')
|
||||||
|
$(vopt_if gles2 '--enable-egl --enable-glesv2')"
|
||||||
short_desc="Vector graphics library with cross-device output support"
|
short_desc="Vector graphics library with cross-device output support"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="LGPL-2.1, MPL-1.1"
|
license="LGPL-2.1, MPL-1.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue