diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2013-05-22 08:50:36 +0000 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2013-05-28 11:01:09 +0200 |
commit | dd63dc5afda827649555a126c9225982f370ccb0 (patch) | |
tree | 60f9ae84a379db59c9f42ee0167fa789f341c846 /meta-oe | |
parent | 450940b3a6757eb451031361a27e7d0831a0f340 (diff) | |
download | meta-openembedded-dd63dc5afda827649555a126c9225982f370ccb0.tar.gz |
icon-slicer: fix native build by depending on gdk-pixbuf only
| checking for GDK_PIXBUF... no
| configure: error: GTK+-2.0 is required to compile icon-slicer
<...>
ERROR: Task 2643 (virtual:native:/home/andreas/data/oe-core/sources/meta-openembedded/meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb, do_configure) failed with exit code '1'
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r-- | meta-oe/recipes-devtools/icon-slicer/icon-slicer_0.3.bb | 3 |
1 files changed, 1 insertions, 2 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 b77fbf5b3..d6cfd3562 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 | |||
@@ -1,8 +1,7 @@ | |||
1 | LICENSE = "GPLv2" | 1 | LICENSE = "GPLv2" |
2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" | 2 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f" |
3 | 3 | ||
4 | DEPENDS = "gtk+ popt" | 4 | DEPENDS = "gdk-pixbuf popt" |
5 | DEPENDS_class-native = "popt-native" | ||
6 | 5 | ||
7 | SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \ | 6 | SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \ |
8 | file://0001-Makefile.am-no-examples.patch" | 7 | file://0001-Makefile.am-no-examples.patch" |