diff options
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 24b55275c..da0d89f94 100644 --- a/package/gdk-pixbuf/Makefile +++ b/package/gdk-pixbuf/Makefile @@ -11,6 +11,7 @@ PKG_DESCR:= GDK pixbuf library PKG_BUILDDEP:= jpeg libtiff PKG_SECTION:= libs PKG_SITES:= http://ftp.gnome.org/pub/gnome/sources/gdk-pixbuf/2.23/ +PKG_NEED_CXX:= 1 include $(TOPDIR)/mk/package.mk |