diff options
Diffstat (limited to 'meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc')
-rw-r--r-- | meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc b/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc deleted file mode 100644 index af3383e654..0000000000 --- a/meta/recipes-gnome/gdk-pixbuf/gdk-pixbuf.inc +++ /dev/null | |||
@@ -1,30 +0,0 @@ | |||
1 | DESCRIPTION = "Image loading library for GTK+" | ||
2 | HOMEPAGE = "http://www.gtk.org/" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=3bf50002aefd002f49e7bb854063f7e7 \ | ||
7 | file://gdk-pixbuf/gdk-pixbuf.h;endline=26;md5=5066b71daefeff678494fffa3040aba9" | ||
8 | |||
9 | SECTION = "libs" | ||
10 | PRIORITY = "optional" | ||
11 | |||
12 | DEPENDS = "libpng gettext glib-2.0" | ||
13 | |||
14 | SRC_URI = "http://ftp.acc.umu.se/pub/GNOME/sources/gdk-pixbuf/2.22/gdk-pixbuf-${PV}.tar.gz \ | ||
15 | file://hardcoded_libtool.patch;patch=1 \ | ||
16 | file://configure_fix.patch;patch=1 \ | ||
17 | " | ||
18 | |||
19 | SRC_URI[md5sum] = "fcfc854e9aec7dbb2bb3059484d44556" | ||
20 | SRC_URI[sha256sum] = "bbb57364ffba70d64f5fcfe6eda1d67249b3d58844edb06dc0f94d1ad599b4ec" | ||
21 | |||
22 | inherit autotools pkgconfig | ||
23 | |||
24 | LIBV = "2.10.0" | ||
25 | |||
26 | EXTRA_OECONF = "\ | ||
27 | --without-libtiff \ | ||
28 | --with-libpng \ | ||
29 | " | ||
30 | |||