mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-20 17:47:14 +00:00
13ae5105ee
| 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: Eric Bénard <eric@eukrea.com>
14 lines
442 B
BlitzBasic
14 lines
442 B
BlitzBasic
LICENSE = "GPLv2"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f"
|
|
|
|
DEPENDS = "gdk-pixbuf popt"
|
|
|
|
SRC_URI = "http://freedesktop.org/software/${BPN}/releases/${BPN}-${PV}.tar.gz \
|
|
file://0001-Makefile.am-no-examples.patch"
|
|
SRC_URI[md5sum] = "5c5374d4f265b0abe4daef1d03f87104"
|
|
SRC_URI[sha256sum] = "05f0216dd0c25a17859de66357f64da5033375b6fbf5f31ca54867311160b64d"
|
|
|
|
inherit autotools
|
|
|
|
BBCLASSEXTEND = "native"
|