mirror of
https://github.com/dguglielmi/sunny-overlay.git
synced 2025-12-06 07:22:38 +01:00
x11-libs/bamf: fix QA warnings
This commit is contained in:
@@ -46,10 +46,18 @@ src_prepare() {
|
|||||||
export VALA_API_GEN="${VAPIGEN}"
|
export VALA_API_GEN="${VAPIGEN}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
default
|
sed -i '/GNOME_COMMON_INIT/d' configure.ac || die
|
||||||
eautoreconf
|
eautoreconf
|
||||||
|
|
||||||
|
default
|
||||||
}
|
}
|
||||||
|
|
||||||
src_configure() {
|
src_configure() {
|
||||||
econf $(use_enable introspection )
|
econf $(use_enable introspection )
|
||||||
}
|
}
|
||||||
|
|
||||||
|
src_install() {
|
||||||
|
default
|
||||||
|
|
||||||
|
find "${ED}" -name '*.la' -type f -delete || die
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user