[mingw32-SDL] Build without directx support

epienbro epienbro at fedoraproject.org
Mon Feb 27 20:24:53 UTC 2012


commit 7a06cd57d14f7abb8f53abebf1e7f72bb1e8c29b
Author: Erik van Pienbroek <epienbro at fedoraproject.org>
Date:   Mon Feb 27 21:24:36 2012 +0100

    Build without directx support

 mingw32-SDL.spec |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/mingw32-SDL.spec b/mingw32-SDL.spec
index 42e6884..9dd3fd2 100644
--- a/mingw32-SDL.spec
+++ b/mingw32-SDL.spec
@@ -79,7 +79,8 @@ device.
   --enable-esd-shared \
   --enable-pulseaudio-shared \
   --enable-alsa \
-  --disable-rpath
+  --disable-rpath \
+  --disable-directx
 
 make
 
@@ -120,6 +121,7 @@ rm -rf $RPM_BUILD_ROOT
 %changelog
 * Mon Feb 27 2012 Erik van Pienbroek <epienbro at fedoraproject.org> - 1.2.13-12
 - Rebuild against the mingw-w64 toolchain
+- Build without directx support as it isn't ready yet for the mingw-w64 toolchain
 
 * Fri Jan 13 2012 Fedora Release Engineering <rel-eng at lists.fedoraproject.org> - 1.2.13-11
 - Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild


More information about the mingw mailing list