diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2009-11-21 17:28:32 -0500 |
---|---|---|
committer | Gaetan Nadon <memsize@videotron.ca> | 2009-11-26 14:09:18 -0500 |
commit | 1e50b971bf7273f958e11cbcf3dc07a6fab04335 (patch) | |
tree | cea1f7fa976529462d5e4f0abfe0212aa9cc6320 /xorg-macros.pc.in | |
parent | ceecddadf923ceae76c12057103ec7a409718a34 (diff) |
xorg-macros.pc.in: create a meta data file for util-macros
This is motivated primarly by XORG_INSTALL who needs to locate
the docdir when invoked from any module that may not be installed
using same prefix (default or otherwise).
There are other potential use for this file.
Diffstat (limited to 'xorg-macros.pc.in')
-rw-r--r-- | xorg-macros.pc.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/xorg-macros.pc.in b/xorg-macros.pc.in new file mode 100644 index 0000000..1144fb4 --- /dev/null +++ b/xorg-macros.pc.in @@ -0,0 +1,14 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ +datarootdir=@datarootdir@ +datadir=@datadir@ +PACKAGE_TARNAME=@PACKAGE_TARNAME@ +# Used by XORG_INSTALL +docdir=@docdir@ + +Name: X.Org Macros +Description: A set of autoconf project macros for X.Org modules +Version: @PACKAGE_VERSION@ + |