summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2015-10-14 02:48:29 (GMT)
committerTony Theodore <tonyt@logyst.com>2015-10-14 02:48:29 (GMT)
commitf62b3ff4e5db3531cd5483e2a0ef578841ef4b53 (patch)
treebcdd93f96963040c350ad9149e8b158daef2f673
parent095b649d81a5cdaaa2b9a709fca7ed238d39b6f8 (diff)
parent94f55814e9280bb7f3236b391ca5caeafd051475 (diff)
downloadmxe-f62b3ff4e5db3531cd5483e2a0ef578841ef4b53.zip
mxe-f62b3ff4e5db3531cd5483e2a0ef578841ef4b53.tar.gz
mxe-f62b3ff4e5db3531cd5483e2a0ef578841ef4b53.tar.bz2
Merge pull request #928 from LuaAndC/check-native-gdk-pixbuf
check-requirements: check for native gdk-pixbuf
-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