From 32823c91283be68ae466b31a42dd9ce04f08d97d Mon Sep 17 00:00:00 2001 From: Peter Tworek Date: Thu, 12 Jan 2012 22:22:04 +0100 Subject: Simplify lxappearance recipe. --- recipes-lxde/lxappearance/lxappearance_0.5.1.bb | 5 ++--- 1 file 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 -- cgit v1.2.3