diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-31 14:08:52 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-31 14:08:52 +0100 |
commit | b0607c580af756ff0ccd1229d91b4b6a97c76d24 (patch) | |
tree | 27f64134720fc9dca224e6313b0505fa43cb8dd8 /debian | |
parent | fe2112a1ac52fbf65e2624b978f9d33f04b6af56 (diff) | |
parent | adebccc0fc011b6d1abe2f682bbfc866dffee73e (diff) | |
download | xine-lib-b0607c580af756ff0ccd1229d91b4b6a97c76d24.tar.gz xine-lib-b0607c580af756ff0ccd1229d91b4b6a97c76d24.tar.bz2 |
Merge -newbuild.
Diffstat (limited to 'debian')
-rwxr-xr-x | debian/rules | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/debian/rules b/debian/rules index fd9003df2..5082cc75a 100755 --- a/debian/rules +++ b/debian/rules @@ -58,6 +58,12 @@ 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 \ --with-external-libmad \ --with-external-a52dec \ |