diff options
| author | Markus Volk <f_l_k@t-online.de> | 2023-11-11 14:49:21 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2023-11-11 09:26:41 -0800 |
| commit | 84f88138586a64da397e0d940f39e039823b0306 (patch) | |
| tree | 9ce6a1b58e06b68b9bf6b8e512f4063379454d36 /meta-gnome/recipes-gnome/libwnck | |
| parent | 105be9b3d92a4b863527418d9f20ce268d952282 (diff) | |
| download | meta-openembedded-84f88138586a64da397e0d940f39e039823b0306.tar.gz | |
drop GNOMEBASEBUILDCLASS = "meson"
It is set to meson by default
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libwnck')
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb | 1 | ||||
| -rw-r--r-- | meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | 1 |
2 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb index 5b4de3290d..c7f7989115 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck3_43.0.bb | |||
| @@ -10,7 +10,6 @@ DEPENDS = "cairo glib-2.0 gtk+3" | |||
| 10 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" | 10 | PACKAGECONFIG ??= "${@bb.utils.filter('DISTRO_FEATURES', 'x11', d)}" |
| 11 | PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification libxres" | 11 | PACKAGECONFIG[x11] = "-Dstartup_notification=enabled,-Dstartup_notification=disabled,startup-notification libxres" |
| 12 | 12 | ||
| 13 | GNOMEBASEBUILDCLASS = "meson" | ||
| 14 | GTKDOC_MESON_OPTION = "gtk_doc" | 13 | GTKDOC_MESON_OPTION = "gtk_doc" |
| 15 | GIR_MESON_ENABLE_FLAG = 'enabled' | 14 | GIR_MESON_ENABLE_FLAG = 'enabled' |
| 16 | GIR_MESON_DISABLE_FLAG = 'disabled' | 15 | GIR_MESON_DISABLE_FLAG = 'disabled' |
diff --git a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb index 3abba94990..8655affdbb 100644 --- a/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb +++ b/meta-gnome/recipes-gnome/libwnck/libwnck_2.31.0.bb | |||
| @@ -8,6 +8,7 @@ DEPENDS = "intltool-native gnome-common-native gtk+ gdk-pixbuf-native libxres" | |||
| 8 | PACKAGECONFIG ??= "startup-notification" | 8 | PACKAGECONFIG ??= "startup-notification" |
| 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" | 9 | PACKAGECONFIG[startup-notification] = "--enable-startup-notification,--disable-startup-notification,startup-notification" |
| 10 | 10 | ||
| 11 | GNOMEBASEBUILDCLASS = "autotools" | ||
| 11 | inherit gnomebase gobject-introspection features_check | 12 | inherit gnomebase gobject-introspection features_check |
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 14 | ||
