Merge pull request #928 from LuaAndC/check-native-gdk-pixbuf

check-requirements: check for native gdk-pixbuf
This commit is contained in:
Tony Theodore 2015-10-14 13:48:29 +11:00
commit f62b3ff4e5
1 changed files with 1 additions and 1 deletions

View File

@ -39,7 +39,7 @@ WGET := wget --no-check-certificate \
REQUIREMENTS := autoconf automake autopoint bash bison bzip2 cmake flex \
$(BUILD_CC) $(BUILD_CXX) gperf intltoolize $(LIBTOOL) \
$(LIBTOOLIZE) $(MAKE) openssl $(PATCH) $(PERL) python \
ruby scons $(SED) $(SORT) unzip wget xz 7za
ruby scons $(SED) $(SORT) unzip wget xz 7za gdk-pixbuf-csource
PREFIX := $(PWD)/usr
LOG_DIR := $(PWD)/log