summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Tworek <tworaz666@gmail.com>2012-01-12 22:22:04 +0100
committerPeter Tworek <tworaz666@gmail.com>2012-01-12 22:22:04 +0100
commit32823c91283be68ae466b31a42dd9ce04f08d97d (patch)
tree491f2b35280daccd0077ee52a3c26b016bb8bdad
parent46b384fa54baabff73135188ddd03b540f9684d3 (diff)
Simplify lxappearance recipe.
-rw-r--r--recipes-lxde/lxappearance/lxappearance_0.5.1.bb5
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes-lxde/lxappearance/lxappearance_0.5.1.bb b/recipes-lxde/lxappearance/lxappearance_0.5.1.bb
index bf0a230..a9784b9 100644
--- a/recipes-lxde/lxappearance/lxappearance_0.5.1.bb
+++ b/recipes-lxde/lxappearance/lxappearance_0.5.1.bb
@@ -5,11 +5,10 @@ SECTION = "x11"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
-RDEPENDS = "gtk+"
-DEPENDS = "${RDEPENDS} intltool-native pkgconfig-native"
+DEPENDS = "gtk+ intltool-native"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz"
SRC_URI[md5sum] = "34d157a7fe97ef0b93db8fab3f251e07"
SRC_URI[sha256sum] = "74e638257092201a572f1fcd4eb93c195c9fa75e27602662de542b002e6deade"
-inherit autotools gettext
+inherit autotools gettext pkgconfig