diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2017-05-26 03:37:29 -0400 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-06-05 11:01:47 +0200 |
commit | 0cf7b58745b1bc28d3affef49d5b56128287a576 (patch) | |
tree | 6736dcf71e156b8caf2f40b1784f5ce247c40094 /meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | |
parent | ce3ad5a67bc06c9a1fc2b2e26bafd33387e6f5df (diff) | |
download | meta-openembedded-0cf7b58745b1bc28d3affef49d5b56128287a576.tar.gz |
gnome-themes: remove PNBLACKLIST
- Since gtk-engines was removed from PNBLACKLIST,
so we could build gnome-themes
- Add glib-2.0-native to DEPENDS.
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb')
-rw-r--r-- | meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb index e8f831408..1a89f48dd 100644 --- a/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb +++ b/meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | |||
@@ -5,7 +5,10 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b" | |||
5 | PR = "r3" | 5 | PR = "r3" |
6 | 6 | ||
7 | SECTION = "x11/gnome" | 7 | SECTION = "x11/gnome" |
8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" | 8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native \ |
9 | glib-2.0 intltool-native libxml-simple-perl-native \ | ||
10 | glib-2.0-native \ | ||
11 | " | ||
9 | RDEPENDS_${PN} = "adwaita-icon-theme" | 12 | RDEPENDS_${PN} = "adwaita-icon-theme" |
10 | 13 | ||
11 | EXTRA_OECONF += "--enable-all-themes \ | 14 | EXTRA_OECONF += "--enable-all-themes \ |
@@ -32,4 +35,3 @@ SRC_URI[archive.md5sum] = "41db9e3cb25d35af2675c599e67944d1" | |||
32 | SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a" | 35 | SRC_URI[archive.sha256sum] = "8601ee24c2e096593221cbd6ebdb6686042225a03c02a01c0d67c163f9febd1a" |
33 | GNOME_COMPRESS_TYPE="bz2" | 36 | GNOME_COMPRESS_TYPE="bz2" |
34 | 37 | ||
35 | PNBLACKLIST[gnome-themes] ?= "Depends on blacklisted gtk-engines - the recipe will be removed on 2017-09-01 unless the issue is fixed" | ||