diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 15:02:48 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 15:02:48 +0000 |
commit | 2cc1896c61eef5739bb6a8ffa89e58ba5c175a05 (patch) | |
tree | c35aba25e7027ae060d3349f37d00474338591f6 /xpm.pc.in | |
parent | cf0d69c7ace679f27f105c582760b9be14923aba (diff) |
- Add build system for lib/XpmXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
- Add Xpm to symlink.sh
- Conditionally include config.h in xc/extras/Xpm
Diffstat (limited to 'xpm.pc.in')
-rw-r--r-- | xpm.pc.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/xpm.pc.in b/xpm.pc.in new file mode 100644 index 0000000..b666e53 --- /dev/null +++ b/xpm.pc.in @@ -0,0 +1,10 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xpm +Description: X Pixmap Library +Version: @PACKAGE_VERSION@ +Libs: -L${libdir} -lXpm @XPM_LIBS@ @LIBS@ +Cflags: -I${includedir} @XPM_CFLAGS@ |