Ver código fonte

Debian/Ubuntu builds will use SDL1.2

Ivan Savenko 11 anos atrás
pai
commit
142272d588
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      debian/rules

+ 1 - 1
debian/rules

@@ -5,7 +5,7 @@
 
 
 # override disabled by default rpath - we need to find libvcmi.so with it:
 # override disabled by default rpath - we need to find libvcmi.so with it:
 override_dh_auto_configure:
 override_dh_auto_configure:
-	dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DBIN_DIR=games
+	dh_auto_configure -- -DCMAKE_SKIP_RPATH=OFF -DCMAKE_BUILD_TYPE=RelWithDebInfo -DENABLE_SDL2=OFF -DBIN_DIR=games
 .PHONY: override_dh_strip
 .PHONY: override_dh_strip
 override_dh_strip:
 override_dh_strip:
 	dh_strip --dbg-package=vcmi-dbg
 	dh_strip --dbg-package=vcmi-dbg