pixman: remove obsolete configure options
This commit is contained in:
parent
ece144dbdb
commit
41cf12e477
1 changed files with 2 additions and 2 deletions
|
@ -5,8 +5,8 @@ revision=1
|
|||
build_style=meson
|
||||
# gtk is only necessary for demos, disabled to avoid dependency loop
|
||||
# openmp is only used in demos and tests, and things still test without it
|
||||
configure_args="-Dtests=enabled -Dgnu-inline-asm=enabled -Dlibpng=enabled
|
||||
-Diwmmxt=disabled -Dopenmp=disabled -Dgtk=disabled"
|
||||
configure_args="-Dgnu-inline-asm=enabled -Dlibpng=enabled -Diwmmxt=disabled
|
||||
-Dopenmp=disabled -Dgtk=disabled"
|
||||
hostmakedepends="pkg-config perl"
|
||||
makedepends="libpng-devel"
|
||||
short_desc="Library of low-level pixel manipulation routines"
|
||||
|
|
Loading…
Reference in a new issue