1
0
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:
2024-05-10 13:24:51 +02:00
parent 5598ff3370
commit 5496dac187

View File

@@ -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
}