diff options
Diffstat (limited to 'recipes-lxde/lxde-common/lxde-common_0.99.1.bb')
-rw-r--r-- | recipes-lxde/lxde-common/lxde-common_0.99.1.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-lxde/lxde-common/lxde-common_0.99.1.bb b/recipes-lxde/lxde-common/lxde-common_0.99.1.bb index 8803ea4..12bd3a2 100644 --- a/recipes-lxde/lxde-common/lxde-common_0.99.1.bb +++ b/recipes-lxde/lxde-common/lxde-common_0.99.1.bb @@ -6,14 +6,14 @@ LICENSE = "GPLv2" LIC_FILES_CHKSUM = "file://COPYING;md5=597980c597fe9ce16d7b6b19c44cfced" RDEPENDS_{PN} = "lxde-icon-theme" -DEPENDS = "gtk+ lxde-icon-theme intltool-native" +DEPENDS = "intltool-native" SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/lxde-common-${PV}.tar.xz" SRC_URI[md5sum] = "3ab92bd7bcff8bc8e6395651d164cf76" SRC_URI[sha256sum] = "8ca5ea3185fd3cacc28116cd9adfdc3b1d92a4ff891fccf135d35f0224c29827" -inherit autotools pkgconfig update-alternatives +inherit autotools gettext update-alternatives FILES_${PN} += "${datadir}/lxde/ ${datadir}/lxpanel ${datadir}/xsessions" |