mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-12 22:14:30 +02:00
libdbusmenu: Cleanup; Add support for gtk2
- install only what we need instead of installing everything and removing afterwards - also build with support for gtk2 applications
This commit is contained in:
@ -17,4 +17,12 @@ CFLAGS += "-Wno-error"
|
||||
|
||||
inherit autotools pkgconfig gettext gobject-introspection vala gtk-doc
|
||||
|
||||
do_compile() {
|
||||
oe_runmake
|
||||
}
|
||||
|
||||
do_install() {
|
||||
oe_runmake -j1 -C libdbusmenu-glib DESTDIR="${D}" install
|
||||
}
|
||||
|
||||
FILES:${PN} += "${datadir}"
|
||||
|
Reference in New Issue
Block a user