diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-10 19:33:53 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-06-10 19:33:53 +0000 |
commit | 2a6c0aa8f36dad9ff49385ef15c3dfc2529483b8 (patch) | |
tree | 5046a6f00e6880b2778924cd57ab5897e4c57d76 /xinerama.pc.in | |
parent | d7469261b17559d537660fbae0fc39fa1e37b6a2 (diff) |
util/modular/modularizelibrary.sh: use rm -f instead of rm in one place
util/modular/addbuild.sh: Make it much faster by adding all the files
at once lib/Xinerama: check in the build system
Diffstat (limited to 'xinerama.pc.in')
-rw-r--r-- | xinerama.pc.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/xinerama.pc.in b/xinerama.pc.in new file mode 100644 index 0000000..3d12859 --- /dev/null +++ b/xinerama.pc.in @@ -0,0 +1,11 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xinerama +Description: The Xinerama Library +Version: @PACKAGE_VERSION@ +Cflags: -I${includedir} @DEP_CFLAGS@ +Libs: -L${libdir} -lXinerama @DEP_LIBS@ + |