From 5ecd214cddf18cc0542f4318f5ae85820e422237 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Fri, 18 May 2007 02:17:25 +0100 Subject: Re-enable syncfb in .debs, but only when building for Linux. --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'debian') diff --git a/debian/rules b/debian/rules index 92b42b66c..8247e8ff7 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,11 @@ ifeq (,$(findstring optimize,$(DEB_BUILD_OPTIONS))) DEB_BUILD_CONFIG_OPTIONS += --build=$(DEB_BUILD_GNU_TYPE) endif +# enable SyncFB video output plugin on Linux +ifeq (linux,$(filter linux,$(subst -, ,$(DEB_BUILD_GNU_TYPE)))) + DEB_BUILD_CONFIG_OPTIONS += --enable-syncfb +endif + # --mandir - remove after etch released (autoconf >= 2.59c gets it right) CONFIGURE_FLAGS := --prefix=/usr \ --mandir=\$${prefix}/share/man \ -- cgit v1.2.3