summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-06-09 11:57:29 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2014-06-09 11:57:29 +0200
commitd381fa671cde3270e996de6357c18d0ec56e0ab7 (patch)
tree988335e998bb0eca61911ce15bf27fc94ff8cfb6
parent3e32da09f48ec62b3421bc3594529b548847cf58 (diff)
lxtask: add now required depends
-rw-r--r--recipes-lxde/lxtask/lxtask_0.1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-lxde/lxtask/lxtask_0.1.4.bb b/recipes-lxde/lxtask/lxtask_0.1.4.bb
index ccdb3b4..f3b7bcc 100644
--- a/recipes-lxde/lxtask/lxtask_0.1.4.bb
+++ b/recipes-lxde/lxtask/lxtask_0.1.4.bb
@@ -7,7 +7,7 @@ PR = "r1"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ glib-2.0"
+DEPENDS = "virtual/libintl intltool-native gtk+ glib-2.0"
SRC_URI = "${SOURCEFORGE_MIRROR}/lxde/${PN}-${PV}.tar.gz"
SRC_URI += "file://lxtask-963dea395cc58eae940b85e242f0d84fb7d2eaa5.patch"