Package sdl2_image: Disable on MinGW32

(until sdl2 works on MinGW32)
This commit is contained in:
Tobias Gruetzmacher 2014-03-31 23:05:44 +02:00
parent e8b71e2eb3
commit 47990df1d7
1 changed files with 3 additions and 0 deletions

View File

@ -28,3 +28,6 @@ define $(PKG)_BUILD
--disable-tif-shared
$(MAKE) -C '$(1)' -j '$(JOBS)' install bin_PROGRAMS= sbin_PROGRAMS= noinst_PROGRAMS=
endef
# Disable until sdl2 can be built on MinGW32
$(PKG)_BUILD_i686-pc-mingw32 =