diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 17:04:56 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-01-07 17:04:56 +0100 |
commit | a0ea7c09e9b28bf6571363a2c3542fb03f7b34ae (patch) | |
tree | 94eb5b9ec7d96b2aed1cfd46a78492a3b322579c /package/gdk-pixbuf | |
parent | 1c88166550fa0f7e6558fa15ede4df0d2a943103 (diff) |
add varios patches...
eglibc should install nsswitch.conf and others.
add -fhonour-copts to TARGET_CFLAGS.
Diffstat (limited to 'package/gdk-pixbuf')
-rw-r--r-- | package/gdk-pixbuf/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gdk-pixbuf/Makefile b/package/gdk-pixbuf/Makefile index f1eedeeb1..b73bc688e 100644 --- a/package/gdk-pixbuf/Makefile +++ b/package/gdk-pixbuf/Makefile @@ -8,6 +8,7 @@ PKG_VERSION:= 2.23.0 PKG_RELEASE:= 2 PKG_MD5SUM:= a7d6c5f2fe2d481149ed3ba807b5c043 PKG_DESCR:= GDK pixbuf library +PKG_BUILDDEP:= jpeg PKG_SECTION:= libs PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.23/ |