check-requirements: check for native gdk-pixbuf

Check with command `gdk-pixbuf-csource --help`.

close #927
This commit is contained in:
Boris Nagaev 2015-10-14 01:17:11 +03:00
parent 095b649d81
commit 94f55814e9
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