mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
media-libs/fontconfig: Install static libraries with USE="static-libs".
Static libraries were not installed since media-libs/fontconfig-2.12.0 which stopped using autotools-utils.eclass (through autotools-multilib.eclass) which automatically handled static-libs USE flag.
This commit is contained in:
committed by
Mike Gilbert
parent
6dc4f81de8
commit
6d3808f719
@@ -71,6 +71,7 @@ multilib_src_configure() {
|
||||
|
||||
local myeconfargs=(
|
||||
$(use_enable doc docbook)
|
||||
$(use_enable static-libs static)
|
||||
--enable-docs
|
||||
--localstatedir="${EPREFIX}"/var
|
||||
--with-default-fonts="${EPREFIX}"/usr/share/fonts
|
||||
@@ -97,7 +98,7 @@ multilib_src_install() {
|
||||
|
||||
multilib_src_install_all() {
|
||||
einstalldocs
|
||||
find "${ED}" \( -name "*.a" -o -name "*.la" \) -delete || die
|
||||
find "${ED}" -name "*.la" -delete || die
|
||||
|
||||
# fc-lang directory contains language coverage datafiles
|
||||
# which are needed to test the coverage of fonts.
|
||||
Reference in New Issue
Block a user