fontconfig: enable static library
This commit is contained in:
parent
0ffd1ceee0
commit
a490d81048
1 changed files with 3 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
# Template file for 'fontconfig'
|
# Template file for 'fontconfig'
|
||||||
pkgname=fontconfig
|
pkgname=fontconfig
|
||||||
version=2.13.1
|
version=2.13.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
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"
|
hostmakedepends="gperf pkg-config"
|
||||||
makedepends="expat-devel freetype-devel libuuid-devel"
|
makedepends="expat-devel freetype-devel libuuid-devel"
|
||||||
conf_files="/etc/fonts/fonts.conf"
|
conf_files="/etc/fonts/fonts.conf"
|
||||||
|
@ -34,6 +34,7 @@ fontconfig-devel_package() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
vmove usr/lib/pkgconfig
|
vmove usr/lib/pkgconfig
|
||||||
vmove usr/share/man/man3
|
vmove usr/share/man/man3
|
||||||
|
vmove "usr/lib/*.a"
|
||||||
vmove "usr/lib/*.so"
|
vmove "usr/lib/*.so"
|
||||||
vmove usr/share/gettext
|
vmove usr/share/gettext
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue