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:
Markus Volk
2023-10-27 05:50:33 +02:00
parent a43ad4dd7b
commit 2ff2edf863
2 changed files with 15 additions and 10 deletions

View File

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