diff options
-rw-r--r-- | meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 6 |
1 files changed, 3 insertions, 3 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 f40d3557d7..9cc091f779 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 | |||
@@ -2,15 +2,15 @@ DESCRIPTION = "GNOME themes" | |||
2 | LICENSE = "LGPLv2.1" | 2 | LICENSE = "LGPLv2.1" |
3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b" | 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=2b543dc97eb7594d026af39d9b54204b" |
4 | 4 | ||
5 | PR = "r1" | 5 | PR = "r2" |
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" | 8 | DEPENDS = "gtk-engines icon-naming-utils icon-naming-utils-native glib-2.0 intltool-native libxml-simple-perl-native" |
9 | RDEPENDS_${PN} = "gnome-icon-theme" | 9 | RDEPENDS_${PN} = "gnome-icon-theme" |
10 | 10 | ||
11 | EXTRA_OECONF += "--enable-all-themes --disable-hicolor-check" | 11 | EXTRA_OECONF += "--enable-all-themes --disable-hicolor-check" |
12 | 12 | ||
13 | inherit gnome | 13 | inherit gnome perlnative |
14 | 14 | ||
15 | do_configure_prepend() { | 15 | do_configure_prepend() { |
16 | sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libexecdir}:g' configure.in | 16 | sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libexecdir}:g' configure.in |