# HG changeset patch # User Darren Salt <[EMAIL PROTECTED]> # Date 1179451045 -3600 # Node ID 9869256ae06b3665236da0c288fcf5848697d2d0 # Parent 7aa2a32cf519cfbf263d0b847d68140cae701e7e Re-enable syncfb in .debs, but only when building for Linux.
diff -r 9869256ae06b3665236da0c288fcf5848697d2d0 -r 7aa2a32cf519cfbf263d0b847d68140cae701e7e debian/rules --- a/debian/rules Fri May 18 02:17:25 2007 +0100 +++ b/debian/rules Fri May 18 00:59:29 2007 +0100 @@ -56,6 +56,11 @@ ifeq (,$(findstring optimize,$(DEB_BUILD DEB_HOST_GNU_TYPE := $(DEB_BUILD_GNU_TYPE) endif 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) ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Xine-cvslog mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/xine-cvslog
