diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 23:43:48 +0100 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2007-05-17 23:43:48 +0100 |
commit | d0f143f9f461a76f73ab590eb2384ab34fd57aa3 (patch) | |
tree | 3f30c3f54b503045184f9550ea2e49298da04be3 | |
parent | cd398a1104456a8f26e61839dd587b9d5df78832 (diff) | |
download | xine-lib-d0f143f9f461a76f73ab590eb2384ab34fd57aa3.tar.gz xine-lib-d0f143f9f461a76f73ab590eb2384ab34fd57aa3.tar.bz2 |
Stop using external libdts since only libdts-dev is available in etch.
-rwxr-xr-x | debian/rules | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/debian/rules b/debian/rules index 6ff7d17f0..92b42b66c 100755 --- a/debian/rules +++ b/debian/rules @@ -63,7 +63,6 @@ CONFIGURE_FLAGS := --prefix=/usr \ --mandir=\$${prefix}/share/man \ --with-external-libmad \ --with-external-a52dec \ - --with-external-libdts \ $(DEB_BUILD_CONFIG_OPTIONS) \ CFLAGS="$(CFLAGS)" |