mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-27 20:07:25 +00:00
gnome:terminal add missing inherit meson
When testing Gnome recipes at runtime, I noticed that inherit meson was missing and gnome-terminal was not compiled. Fix this Signed-off-by: Markus Volk <f_l_k@t-online.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = " \
|
|||||||
|
|
||||||
GNOMEBASEBUILDCLASS = "meson"
|
GNOMEBASEBUILDCLASS = "meson"
|
||||||
|
|
||||||
inherit gsettings gnome-help gettext itstool upstream-version-is-even
|
inherit pkgconfig meson gsettings gnome-help gettext itstool upstream-version-is-even
|
||||||
|
|
||||||
DEPENDS = " \
|
DEPENDS = " \
|
||||||
glib-2.0 \
|
glib-2.0 \
|
||||||
@@ -30,8 +30,8 @@ PACKAGECONFIG[nautilus] = "-Dnautilus_extension=true,-Dnautilus_extension=false,
|
|||||||
PACKAGECONFIG[search_provider] = "-Dsearch_provider=true,-Dsearch_provider=false,,gnome-shell"
|
PACKAGECONFIG[search_provider] = "-Dsearch_provider=true,-Dsearch_provider=false,,gnome-shell"
|
||||||
|
|
||||||
FILES:${PN} += " \
|
FILES:${PN} += " \
|
||||||
${datadir}/metainfo \
|
${datadir} \
|
||||||
${datadir}/dbus-1 \
|
${libdir}/nautilus/extensions-4 \
|
||||||
${systemd_user_unitdir} \
|
${systemd_user_unitdir} \
|
||||||
"
|
"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user