mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-21 10:37:31 -04:00
13 lines
234 B
PkgConfig
13 lines
234 B
PkgConfig
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
|