diff options
author | Max Krummenacher <max.krummenacher@toradex.com> | 2016-09-10 11:58:36 +0200 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-01-11 17:29:46 +0100 |
commit | 1f9b1e91186d08ce7b10ea26cc00b8f49d8f47c3 (patch) | |
tree | f66a4dbf64ee3c076f52edc932fa0c43650a5770 /recipes-lxde | |
parent | d097882e3859220e9ce0c99250e22f5833233c6e (diff) |
lxde-common: remove unneeded depends
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'recipes-lxde')
-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" |