Author: vcheng
Date: 2017-12-18 05:52:34 +0000 (Mon, 18 Dec 2017)
New Revision: 16077

Modified:
   packages/trunk/supertuxkart/debian/rules
Log:
supertuxkart: temporarily build with -DBUILD_RECORDER=0 due to missing build-dep


Modified: packages/trunk/supertuxkart/debian/rules
===================================================================
--- packages/trunk/supertuxkart/debian/rules    2017-12-18 05:39:30 UTC (rev 
16076)
+++ packages/trunk/supertuxkart/debian/rules    2017-12-18 05:52:34 UTC (rev 
16077)
@@ -22,15 +22,18 @@
 override_dh_auto_configure:    
        # libbluetooth-dev is only available on linux, hence build with
        # wiimote input device support only on linux
+       # TODO: remove -DBUILD_RECORDER=0 once libopenglrecorder is packaged
        if [ $(DEB_HOST_ARCH_OS) = linux ]; then \
        dh_auto_configure -- -DCMAKE_BUILD_TYPE="STKRelease" \
                             -DSTK_INSTALL_BINARY_DIR="games" \
-                            -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart"; 
\
+                            -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart" \
+                            -DBUILD_RECORDER=0; \
        else \
        dh_auto_configure -- -DCMAKE_BUILD_TYPE="STKRelease" \
                             -DSTK_INSTALL_BINARY_DIR="games" \
                             -DSTK_INSTALL_DATA_DIR="share/games/supertuxkart" \
-                            -DUSE_WIIUSE=OFF; \
+                            -DUSE_WIIUSE=OFF \
+                            -DBUILD_RECORDER=0; \
        fi
 
 override_dh_auto_build:


_______________________________________________
Pkg-games-commits mailing list
Pkg-games-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

Reply via email to