diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-23 18:16:49 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-26 14:29:17 -0700 |
commit | fc5030a5fb96e6e430620553107680e420beadec (patch) | |
tree | 3e746068a3024d4ef3cc7589fae2d9ae16044ce7 /meta-oe/recipes-multimedia | |
parent | bd526f7cc3a757b9b6d85a2ee1658950c53a5578 (diff) | |
download | meta-openembedded-fc5030a5fb96e6e430620553107680e420beadec.tar.gz |
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>
Diffstat (limited to 'meta-oe/recipes-multimedia')
-rw-r--r-- | meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb b/meta-oe/recipes-multimedia/pulseaudio/pavucontrol_4.0.bb index 6a8274405..421ea9d5c 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 | ||