fontconfig: enable static library
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
# Template file for 'fontconfig'
|
||||
pkgname=fontconfig
|
||||
version=2.13.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
configure_args="--disable-static --enable-docs --with-cache-dir=/var/cache/${pkgname}"
|
||||
configure_args="--enable-static --enable-docs --with-cache-dir=/var/cache/${pkgname}"
|
||||
hostmakedepends="gperf pkg-config"
|
||||
makedepends="expat-devel freetype-devel libuuid-devel"
|
||||
conf_files="/etc/fonts/fonts.conf"
|
||||
@@ -34,6 +34,7 @@ fontconfig-devel_package() {
|
||||
vmove usr/include
|
||||
vmove usr/lib/pkgconfig
|
||||
vmove usr/share/man/man3
|
||||
vmove "usr/lib/*.a"
|
||||
vmove "usr/lib/*.so"
|
||||
vmove usr/share/gettext
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user