diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 14:10:25 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-09-24 14:10:25 +0000 |
commit | b40263eca911b59627387a426d433f6cf6b8a390 (patch) | |
tree | edc544653731c0c5db0f504351a0a0cfb0959a8d /meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | |
parent | e64f44b3b9fa33c71c27a9090e8f2a15be54c240 (diff) | |
download | poky-b40263eca911b59627387a426d433f6cf6b8a390.tar.gz |
gdk-pixbuf-csource: added 2.12.7
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@5257 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb')
-rw-r--r-- | meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb new file mode 100644 index 0000000000..2af16a344b --- /dev/null +++ b/meta/packages/gtk+/gdk-pixbuf-csource-native_2.12.7.bb | |||
@@ -0,0 +1,32 @@ | |||
1 | require gtk+_${PV}.bb | ||
2 | inherit native | ||
3 | DEPENDS = "jpeg-native libpng-native gettext-native glib-2.0-native" | ||
4 | S = "${WORKDIR}/gtk+-${PV}" | ||
5 | FILESPATH = "${FILE_DIRNAME}/gdk-pixbuf-csource:${FILE_DIRNAME}/gtk+-${PV}:${FILE_DIRNAME}/files" | ||
6 | SRC_URI += "file://reduce-dependencies.patch;patch=1" | ||
7 | |||
8 | #clear recommends for uclibc builds | ||
9 | RRECOMMENDS = " " | ||
10 | RRECOMMENDS_${PN}_linux = " " | ||
11 | RRECOMMENDS_${PN}_linux-gnueabi = " " | ||
12 | |||
13 | EXTRA_OECONF = "\ | ||
14 | --with-gdktarget=x11 \ | ||
15 | --without-libtiff \ | ||
16 | --with-libjpeg \ | ||
17 | --with-libpng \ | ||
18 | " | ||
19 | |||
20 | do_compile() { | ||
21 | cd gdk-pixbuf && oe_runmake | ||
22 | } | ||
23 | |||
24 | do_stage() { | ||
25 | cd gdk-pixbuf && oe_runmake install | ||
26 | find ${libdir} -name "libpixbufloader-*.la" -exec rm \{\} \; | ||
27 | } | ||
28 | |||
29 | do_install() { | ||
30 | : | ||
31 | } | ||
32 | |||