diff options
-rw-r--r-- | meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb index ba07ac0c23..940d130738 100644 --- a/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb +++ b/meta/recipes-gnome/gtk-engines/gtk-engines_2.20.2.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "LGPLv2.1" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1" |
7 | 7 | ||
8 | SECTION = "x11/base" | 8 | SECTION = "x11/base" |
9 | DEPENDS = "gtk+" | 9 | DEPENDS = "intltool-native gtk+" |
10 | 10 | ||
11 | PR = "r3" | 11 | PR = "r3" |
12 | 12 | ||
@@ -26,7 +26,7 @@ FILES_${PN}-dbg += "${libdir}/gtk-2.0/*/engines/.debug" | |||
26 | 26 | ||
27 | CFLAGS_prepend = "-DHAVE_ANIMATION " | 27 | CFLAGS_prepend = "-DHAVE_ANIMATION " |
28 | 28 | ||
29 | inherit gnome | 29 | inherit gnomebase gtk-icon-cache |
30 | 30 | ||
31 | python populate_packages_prepend() { | 31 | python populate_packages_prepend() { |
32 | engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines") | 32 | engines_root = os.path.join(d.getVar('libdir', True), "gtk-2.0/2.10.0/engines") |