diff options
| -rw-r--r-- | meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-gnome/vte9/vte9.inc | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | 3 | ||||
| -rw-r--r-- | meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | 4 | ||||
| -rw-r--r-- | meta-oe/recipes-support/pidgin/gmime_3.2.3.bb | 2 |
5 files changed, 7 insertions, 6 deletions
diff --git a/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb b/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb index 63f4f09ba9..e587e2a109 100644 --- a/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb +++ b/meta-oe/recipes-gnome/atk/atkmm_2.28.0.bb | |||
| @@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | |||
| 7 | 7 | ||
| 8 | DEPENDS = "atk glibmm" | 8 | DEPENDS = "atk glibmm" |
| 9 | 9 | ||
| 10 | inherit distro_features_check gnome autotools pkgconfig | 10 | inherit distro_features_check gnomebase autotools pkgconfig |
| 11 | 11 | ||
| 12 | REQUIRED_DISTRO_FEATURES = "x11" | 12 | REQUIRED_DISTRO_FEATURES = "x11" |
| 13 | 13 | ||
diff --git a/meta-oe/recipes-gnome/vte9/vte9.inc b/meta-oe/recipes-gnome/vte9/vte9.inc index 206c430da6..d860d44e24 100644 --- a/meta-oe/recipes-gnome/vte9/vte9.inc +++ b/meta-oe/recipes-gnome/vte9/vte9.inc | |||
| @@ -8,7 +8,7 @@ RDEPENDS_libvte = "vte-termcap" | |||
| 8 | GNOMEBN = "vte" | 8 | GNOMEBN = "vte" |
| 9 | S = "${WORKDIR}/vte-${PV}" | 9 | S = "${WORKDIR}/vte-${PV}" |
| 10 | 10 | ||
| 11 | inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection | 11 | inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject-introspection |
| 12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" | 12 | ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}" |
| 13 | 13 | ||
| 14 | EXTRA_OECONF = "--disable-python" | 14 | EXTRA_OECONF = "--disable-python" |
diff --git a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb index 943986e77e..1d64910fd8 100644 --- a/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb +++ b/meta-oe/recipes-graphics/gimp/gimp_2.8.22.bb | |||
| @@ -8,6 +8,7 @@ DEPENDS = " \ | |||
| 8 | gdk-pixbuf-native \ | 8 | gdk-pixbuf-native \ |
| 9 | intltool-native \ | 9 | intltool-native \ |
| 10 | libxslt-native \ | 10 | libxslt-native \ |
| 11 | dbus-glib \ | ||
| 11 | gtk+ \ | 12 | gtk+ \ |
| 12 | babl \ | 13 | babl \ |
| 13 | gegl \ | 14 | gegl \ |
| @@ -24,7 +25,7 @@ DEPENDS = " \ | |||
| 24 | " | 25 | " |
| 25 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" | 26 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}" |
| 26 | 27 | ||
| 27 | inherit distro_features_check gnome gtk-doc | 28 | inherit distro_features_check gnomebase gtk-icon-cache gtk-doc |
| 28 | 29 | ||
| 29 | REQUIRED_DISTRO_FEATURES = "x11" | 30 | REQUIRED_DISTRO_FEATURES = "x11" |
| 30 | 31 | ||
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb index 6a8274405b..421ea9d5c6 100644 --- a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb +++ b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | |||
| @@ -2,9 +2,9 @@ DESCRIPTION = "PulseAudio Volume Control (pavucontrol) is a simple GTK based vol | |||
| 2 | LICENSE = "GPLv2" | 2 | LICENSE = "GPLv2" |
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" | 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe" |
| 4 | 4 | ||
| 5 | DEPENDS = "intltool-native gtkmm3 libcanberra pulseaudio" | 5 | DEPENDS = "intltool-native gtk+3-native gtkmm3 libcanberra pulseaudio" |
| 6 | 6 | ||
| 7 | inherit gnome distro_features_check | 7 | inherit gnomebase distro_features_check |
| 8 | 8 | ||
| 9 | REQUIRED_DISTRO_FEATURES = "x11" | 9 | REQUIRED_DISTRO_FEATURES = "x11" |
| 10 | 10 | ||
diff --git a/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb b/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb index 8c6f0b010a..bce89bec8a 100644 --- a/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb +++ b/meta-oe/recipes-support/pidgin/gmime_3.2.3.bb | |||
| @@ -4,7 +4,7 @@ DESCRIPTION = "Runtime libraries for parsing and creating MIME mail" | |||
| 4 | SECTION = "libs" | 4 | SECTION = "libs" |
| 5 | DEPENDS = "glib-2.0 zlib" | 5 | DEPENDS = "glib-2.0 zlib" |
| 6 | 6 | ||
| 7 | inherit gnome autotools gobject-introspection | 7 | inherit gnomebase autotools gobject-introspection |
| 8 | 8 | ||
| 9 | SRC_URI += "file://iconv-detect.h \ | 9 | SRC_URI += "file://iconv-detect.h \ |
| 10 | file://nodolt.patch" | 10 | file://nodolt.patch" |
