diff options
| author | Markus Volk <f_l_k@t-online.de> | 2022-06-01 11:11:18 +0200 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2022-06-01 08:43:01 -0700 |
| commit | abdb05b6b4b31ff40c4219336b7096db014284f1 (patch) | |
| tree | 05e7df4979e8033f6ef18ebf781e4ac12f15a597 /meta-oe | |
| parent | 57c97d65fdee90e4155c66f2295b0ea8c70c9471 (diff) | |
| download | meta-openembedded-abdb05b6b4b31ff40c4219336b7096db014284f1.tar.gz | |
unblock some recipes for wayland
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
| -rw-r--r-- | meta-oe/recipes-devtools/glade/glade_3.22.2.bb | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb index c7f98fac98..6c1112038c 100644 --- a/meta-oe/recipes-devtools/glade/glade_3.22.2.bb +++ b/meta-oe/recipes-devtools/glade/glade_3.22.2.bb | |||
| @@ -4,14 +4,15 @@ LICENSE = "GPL-2.0-only & LGPL-2.0-only" | |||
| 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ | 4 | LIC_FILES_CHKSUM = "file://COPYING;md5=aabe87591cb8ae0f3c68be6977bb5522 \ |
| 5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ | 5 | file://COPYING.GPL;md5=9ac2e7cff1ddaf48b6eab6028f23ef88 \ |
| 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" | 6 | file://COPYING.LGPL;md5=252890d9eee26aab7b432e8b8a616475" |
| 7 | DEPENDS = "gtk+ gtk+3 glib-2.0 libxml2 intltool-native \ | 7 | DEPENDS = "gtk+3 glib-2.0 libxml2 intltool-native \ |
| 8 | gnome-common-native \ | 8 | gnome-common-native \ |
| 9 | " | 9 | " |
| 10 | 10 | ||
| 11 | |||
| 12 | inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg | 11 | inherit features_check autotools pkgconfig gnomebase gobject-introspection mime-xdg |
| 13 | 12 | ||
| 14 | REQUIRED_DISTRO_FEATURES = "x11" | 13 | # xfce4 depends on libwnck3, gtk+3 and libepoxy need to be built with x11 PACKAGECONFIG. |
| 14 | # cairo would at least needed to be built with xlib. | ||
| 15 | ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}" | ||
| 15 | 16 | ||
| 16 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-${PV}.tar.xz \ | 17 | SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/glade/3.22/glade-${PV}.tar.xz \ |
| 17 | file://remove-yelp-help-rules-var.patch \ | 18 | file://remove-yelp-help-rules-var.patch \ |
