diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-10-18 16:54:59 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-11-16 10:33:35 +0000 |
commit | 623f9eb815ae0a53f96222947b566c4e6d74ab97 (patch) | |
tree | e2ef5abf1b90ae713773f9d740b704419b73cb92 | |
parent | 10e32463236df05458af7fb7d1ef388f380ab10c (diff) | |
download | openembedded-core-623f9eb815ae0a53f96222947b566c4e6d74ab97.tar.gz openembedded-core-623f9eb815ae0a53f96222947b566c4e6d74ab97.tar.bz2 openembedded-core-623f9eb815ae0a53f96222947b566c4e6d74ab97.zip |
gnome-desktop3: fix dependencies
libxrandr dependency has been removed upstream
Udev dependecy has been added upstream:
commit b8cbfbe06475703f333367976eae9477f229891a
pnp-ids: Use udev's hwdb to query PNP IDs
(From OE-Core rev: 5f939fbf229e3c05d6b726f481a0e862ad5a5ceb)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r-- | meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb index eb061b20e4..6ef704970a 100644 --- a/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb +++ b/meta/recipes-gnome/gnome-desktop/gnome-desktop3_3.20.2.bb @@ -10,7 +10,7 @@ inherit gnome pkgconfig upstream-version-is-even gobject-introspection SRC_URI[archive.md5sum] = "8354ed38624f5eb6b5d34267b658a9c9" SRC_URI[archive.sha256sum] = "492c2da7aa8c3a8b65796e8171fc8f0dfb5d322dd2799c0d76392e1fb061e2b2" -DEPENDS += "intltool-native gsettings-desktop-schemas gconf libxrandr virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes" +DEPENDS += "intltool-native gsettings-desktop-schemas gconf virtual/libx11 gtk+3 glib-2.0 startup-notification xkeyboard-config iso-codes udev" inherit distro_features_check gtk-doc REQUIRED_DISTRO_FEATURES = "x11" |