diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-23 00:37:33 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-23 00:37:33 +0000 |
commit | 87d72726273d21a3e61b68968c0be68762dc1ccb (patch) | |
tree | b012be09b3d033dd513951c96a765aab370994a9 /debian | |
parent | d73fc5192cf51b115695a0121629a2fe076324cb (diff) | |
download | xine-lib-87d72726273d21a3e61b68968c0be68762dc1ccb.tar.gz xine-lib-87d72726273d21a3e61b68968c0be68762dc1ccb.tar.bz2 |
Finish the backport of libxine.pc.in; do xine-config (now requires pkg-config).
Remove the "deprecated" warnings since xine-config is not deprecated in 1.1.x.
--skindir no longer works.
--HG--
rename : misc/xine-config.in => misc/xine-config
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index de1467cc5..a1faae54c 100644 --- a/debian/control +++ b/debian/control @@ -29,7 +29,7 @@ Standards-Version: 3.7.2 Package: libxine-dev Architecture: any Section: libdevel -Depends: libxine1 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev +Depends: libxine1 (= ${Source-Version}), libc6-dev, zlib1g-dev | libz-dev, libslang2-dev | slang1-dev, libfreetype6-dev, pkg-config Conflicts: xine-ui (<< 0.9.10), libxine2-dev Description: the xine video player library, development packages This contains development files (headers, documentation and the like) |