[SCM] projectm/master: Set font-settings as build-time parameters

ximion-guest at users.alioth.debian.org ximion-guest at users.alioth.debian.org
Mon May 21 12:07:32 UTC 2012


The following commit has been merged in the master branch:
commit f7a46b565ebbc3ed0e655113fc43efc8f74dfed4
Author: Matthias Klumpp <matthias at nlinux.org>
Date:   Mon May 21 12:58:04 2012 +0200

    Set font-settings as build-time parameters

diff --git a/debian/rules b/debian/rules
index e654956..25c4d3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,10 @@
 #!/usr/bin/make -f
 
 # Use this variable to pass configure options for projectM to cmake
-PROJECTM_CMAKE_FLAGS = -DINCLUDE-PROJECTM-TEST=OFF \
+PROJECTM_CMAKE_FLAGS = \
+		-DprojectM_FONT_TITLE="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf" \
+		-DprojectM_FONT_MENU="/usr/share/fonts/truetype/ttf-dejavu/DejaVuSansMono.ttf" \
+		-DINCLUDE-PROJECTM-TEST=OFF \
 		-DINCLUDE-PROJECTM-JACK=ON
 
 # Define install target dir

-- 
projectm packaging



More information about the pkg-multimedia-commits mailing list