diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2014-03-30 00:48:56 +0100 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2014-04-20 10:46:49 +0200 |
commit | eb61c5f50606b27ddfbc292fa864a92a8b80e302 (patch) | |
tree | 9ae2c77d186b9b776e4e7b8f26086963a6e6bb7a /meta-gnome/recipes-gnome/themes | |
parent | 49097b8266dee7653e776da70ae61490ffcc2912 (diff) | |
download | meta-openembedded-eb61c5f50606b27ddfbc292fa864a92a8b80e302.tar.gz |
gnome-themes: inherit only gnomebase
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/themes')
-rw-r--r-- | meta-gnome/recipes-gnome/themes/gnome-themes_2.32.1.bb | 2 |
1 files changed, 1 insertions, 1 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 864c953dd..7863c5cbc 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 | |||
@@ -10,7 +10,7 @@ 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 perlnative | 13 | inherit gnomebase 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}${libdir}/icon-naming-utils:g' configure.in | 16 | sed -i -e 's:`$PKG_CONFIG --variable=program_path icon-naming-utils`:${STAGING_DIR_NATIVE}${libdir}/icon-naming-utils:g' configure.in |