pixman: cross build and dbg support.
This commit is contained in:
parent
a00d9b9107
commit
6d5a1bdc65
2 changed files with 3 additions and 3 deletions
|
@ -1,10 +1,10 @@
|
|||
# Template file for 'pixman-devel'.
|
||||
#
|
||||
noarch=yes
|
||||
depends="pixman-${version}_${revision}"
|
||||
short_desc="${short_desc} -- development files"
|
||||
|
||||
do_install() {
|
||||
vmove usr/include usr
|
||||
vmove usr/lib/pkgconfig usr/lib
|
||||
vmove "usr/lib/*.a" usr/lib
|
||||
}
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# Template build file for 'pixman'.
|
||||
pkgname=pixman
|
||||
version=0.28.2
|
||||
revision=2
|
||||
revision=3
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --disable-gtk" # do not require gtk+!
|
||||
configure_args="--disable-gtk" # do not require gtk+!
|
||||
makedepends="pkg-config perl"
|
||||
subpackages="$pkgname-devel"
|
||||
short_desc="Library of low-level pixel manipulation routines"
|
||||
|
|
Loading…
Reference in a new issue