aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2013-04-09 11:56:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2013-04-11 11:33:38 +0200
commitf5930ea4afbfb006190f7ee8afc08f939ac363c7 (patch)
treeea55176d07831e21b70cb10e5189d292ef7676e3 /meta-oe/recipes-devtools
parentb6e963562ecfb9c8660e7bd3272312c11730ef63 (diff)
downloadmeta-openembedded-contrib-f5930ea4afbfb006190f7ee8afc08f939ac363c7.tar.gz
icon-slicer: remove gtk+-native dependency from native build
* gtk+-native was removed from oe-core Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-devtools')
-rw-r--r--meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
index b9a29099bb..b77fbf5b36 100644
--- a/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
+++ b/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb
@@ -2,6 +2,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
DEPENDS = "gtk+ popt"
+DEPENDS_class-native = "popt-native"
SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \
file://0001-Makefile.am-no-examples.patch"