diff options
author | marha <marha@users.sourceforge.net> | 2009-11-06 06:21:24 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2009-11-06 06:21:24 +0000 |
commit | 0ae41e8705d1a90e05e5452759396d6ef3e9d33f (patch) | |
tree | 0633e2a8cdad0b13af31d9ff471174fe3f69e637 /libXpm/xpm.pc.in | |
parent | a606d151fb424f09f5b548ed58879dc20ba4f173 (diff) | |
parent | c9179017c7e70703b7cac46c2df8b950506319e0 (diff) | |
download | vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.gz vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.tar.bz2 vcxsrv-0ae41e8705d1a90e05e5452759396d6ef3e9d33f.zip |
Added libXpm
Diffstat (limited to 'libXpm/xpm.pc.in')
-rw-r--r-- | libXpm/xpm.pc.in | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/libXpm/xpm.pc.in b/libXpm/xpm.pc.in new file mode 100644 index 000000000..e7be72f2e --- /dev/null +++ b/libXpm/xpm.pc.in @@ -0,0 +1,12 @@ +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: Xpm +Description: X Pixmap Library +Version: @PACKAGE_VERSION@ +Requires: x11 +Requires.private: x11 +Cflags: -I${includedir} +Libs: -L${libdir} -lXpm |