* [meta-oe/master/dylan] icon-slicer: fix native build by depending on gdk-pixbuf only
@ 2013-05-22 8:50 Andreas Müller
2013-05-28 8:02 ` Eric Bénard
0 siblings, 1 reply; 2+ messages in thread
From: Andreas Müller @ 2013-05-22 8:50 UTC (permalink / raw)
To: openembedded-devel
| 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>
---
.../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 b77fbf5..d6cfd35 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 @@
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
-DEPENDS = "gtk+ popt"
-DEPENDS_class-native = "popt-native"
+DEPENDS = "gdk-pixbuf popt"
SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \
file://0001-Makefile.am-no-examples.patch"
--
1.7.6.5
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-05-28 8:02 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-22 8:50 [meta-oe/master/dylan] icon-slicer: fix native build by depending on gdk-pixbuf only Andreas Müller
2013-05-28 8:02 ` Eric Bénard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox