mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2025-12-16 23:36:21 +01:00
meta-oe: Inherit gnomebase instead of gnome
The gnome class pulls in usually unwanted dependencies like gconf. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
bd526f7cc3
commit
fc5030a5fb
|
|
@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \
|
||||||
|
|
||||||
DEPENDS = "atk glibmm"
|
DEPENDS = "atk glibmm"
|
||||||
|
|
||||||
inherit distro_features_check gnome autotools pkgconfig
|
inherit distro_features_check gnomebase autotools pkgconfig
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -8,7 +8,7 @@ RDEPENDS_libvte = "vte-termcap"
|
||||||
GNOMEBN = "vte"
|
GNOMEBN = "vte"
|
||||||
S = "${WORKDIR}/vte-${PV}"
|
S = "${WORKDIR}/vte-${PV}"
|
||||||
|
|
||||||
inherit gnome gtk-doc distro_features_check upstream-version-is-even gobject-introspection
|
inherit gnomebase gtk-doc distro_features_check upstream-version-is-even gobject-introspection
|
||||||
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
ANY_OF_DISTRO_FEATURES = "${GTK2DISTROFEATURES}"
|
||||||
|
|
||||||
EXTRA_OECONF = "--disable-python"
|
EXTRA_OECONF = "--disable-python"
|
||||||
|
|
|
||||||
|
|
@ -8,6 +8,7 @@ DEPENDS = " \
|
||||||
gdk-pixbuf-native \
|
gdk-pixbuf-native \
|
||||||
intltool-native \
|
intltool-native \
|
||||||
libxslt-native \
|
libxslt-native \
|
||||||
|
dbus-glib \
|
||||||
gtk+ \
|
gtk+ \
|
||||||
babl \
|
babl \
|
||||||
gegl \
|
gegl \
|
||||||
|
|
@ -24,7 +25,7 @@ DEPENDS = " \
|
||||||
"
|
"
|
||||||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
|
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libxmu libxpm', '', d)}"
|
||||||
|
|
||||||
inherit distro_features_check gnome gtk-doc
|
inherit distro_features_check gnomebase gtk-icon-cache gtk-doc
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2,9 +2,9 @@ DESCRIPTION = "PulseAudio Volume Control (pavucontrol) is a simple GTK based vol
|
||||||
LICENSE = "GPLv2"
|
LICENSE = "GPLv2"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=751419260aa954499f7abaabaa882bbe"
|
||||||
|
|
||||||
DEPENDS = "intltool-native gtkmm3 libcanberra pulseaudio"
|
DEPENDS = "intltool-native gtk+3-native gtkmm3 libcanberra pulseaudio"
|
||||||
|
|
||||||
inherit gnome distro_features_check
|
inherit gnomebase distro_features_check
|
||||||
|
|
||||||
REQUIRED_DISTRO_FEATURES = "x11"
|
REQUIRED_DISTRO_FEATURES = "x11"
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ DESCRIPTION = "Runtime libraries for parsing and creating MIME mail"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
DEPENDS = "glib-2.0 zlib"
|
DEPENDS = "glib-2.0 zlib"
|
||||||
|
|
||||||
inherit gnome autotools gobject-introspection
|
inherit gnomebase autotools gobject-introspection
|
||||||
|
|
||||||
SRC_URI += "file://iconv-detect.h \
|
SRC_URI += "file://iconv-detect.h \
|
||||||
file://nodolt.patch"
|
file://nodolt.patch"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user