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