[Pkg-sdl-commits] [SCM] Packaging of SDL_net branch, master, updated. debian/1.2.7-3

Manuel A. Fernandez Montecelo manuel.montezelo at gmail.com
Sun Dec 4 19:54:24 UTC 2011


The following commit has been merged in the master branch:
commit d7bbdf0658a36576b4c731c6638197d13c1750b3
Author: Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
Date:   Sun Dec 4 17:48:50 2011 +0000

    Disable GUI, only needed for tests, so this way it doesn't even try to configure it

diff --git a/debian/rules b/debian/rules
index 79ccb8b..6576cba 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,8 @@ export CFLAGS LDFLAGS
 
 # according to help: speeds up one-time build
 confflags = --disable-dependency-tracking
+# GUI needed only for examples, don't even try to support it
+confflags += --disable-gui
 
 
 %:

-- 
Packaging of SDL_net



More information about the pkg-sdl-commits mailing list