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>
This commit is contained in:
Martin Jansa 2013-04-09 11:56:24 +02:00
parent b6e963562e
commit f5930ea4af

View File

@ -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"