summaryrefslogtreecommitdiff
path: root/recipes-art
diff options
context:
space:
mode:
authorPeter Tworek <tworaz666@gmail.com>2012-01-13 22:25:47 +0100
committerPeter Tworek <tworaz666@gmail.com>2012-01-13 22:25:47 +0100
commit0432d6f6d6de803690c14d29a95d113d874f30bd (patch)
tree9f38a3be430a47895dcbcf2e78adbd40d8cf36ed /recipes-art
parent6bb9cf150d185f426dcd4a3b130af2fed03bc583 (diff)
Fix lxde-icon-theme and lxappearance recipes.
Diffstat (limited to 'recipes-art')
-rw-r--r--recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb b/recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb
index ec54ac8..d355f06 100644
--- a/recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb
+++ b/recipes-art/lxde-icon-theme/lxde-icon-theme_0.0.1.bb
@@ -5,13 +5,12 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=6a6a8e020838b23406c81b19c1d46df6"
-RDEPENDS = "gtk+"
-DEPENDS = "${RDEPENDS} pkgconfig-native"
+DEPENDS = "gtk+"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.bz2"
SRC_URI[md5sum] = "0c6ed34bb678f832345fc4495647a705"
SRC_URI[sha256sum] = "a75c0412033a0a0bf6b3912bb37409fbdae1b9a574f2821929aca8749e7ff3a3"
-inherit autotools gettext
+inherit autotools gettext pkgconfig
FILES_${PN} += "${datadir}/icons"