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 /misc/libxine.pc.in | |
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 'misc/libxine.pc.in')
-rw-r--r-- | misc/libxine.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/misc/libxine.pc.in b/misc/libxine.pc.in index 623d2b657..a6565bad0 100644 --- a/misc/libxine.pc.in +++ b/misc/libxine.pc.in @@ -3,6 +3,18 @@ exec_prefix=@exec_prefix@ libdir=@libdir@ includedir=@includedir@ +datarootdir=@datarootdir@ +datadir=@datadir@ + +xinelibdir=@xinelibdir@ +xinedatadir=@xinedatadir@ + +acflags=@XINE_ACFLAGS@ +plugindir=@XINE_PLUGINDIR@ +scriptdir=@XINE_SCRIPTPATH@ +localedir=@XINE_LOCALEDIR@ +objcflags=@OBJCFLAGS@ + Name: libxine Description: The xine engine library Version: @XINE_MAJOR@.@XINE_MINOR@.@XINE_SUB@@XINE_PATCH@ |