mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
dev-libs/gmobile: remove static lib
Closes: https://bugs.gentoo.org/930407 Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -43,6 +43,9 @@ src_configure() {
|
||||
src_install() {
|
||||
meson_src_install
|
||||
|
||||
# https://bugs.gentoo.org/930407
|
||||
find "${ED}"/usr/$(get_libdir) -name "*.a" -delete || die
|
||||
|
||||
if use gtk-doc; then
|
||||
local gtkdocdir="${ED}/usr/share/gtk-doc/html/"
|
||||
mkdir -p "${gtkdocdir}" || die
|
||||
|
||||
Reference in New Issue
Block a user