summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBoris Nagaev <bnagaev@gmail.com>2015-10-13 22:17:11 (GMT)
committerBoris Nagaev <bnagaev@gmail.com>2015-10-13 22:26:21 (GMT)
commit94f55814e9280bb7f3236b391ca5caeafd051475 (patch)
treebcdd93f96963040c350ad9149e8b158daef2f673
parent095b649d81a5cdaaa2b9a709fca7ed238d39b6f8 (diff)
downloadmxe-94f55814e9280bb7f3236b391ca5caeafd051475.zip
mxe-94f55814e9280bb7f3236b391ca5caeafd051475.tar.gz
mxe-94f55814e9280bb7f3236b391ca5caeafd051475.tar.bz2
check-requirements: check for native gdk-pixbuf
Check with command `gdk-pixbuf-csource --help`. close #927
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 32448a2..b928b37 100644
--- a/Makefile
+++ b/Makefile
@@ -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