mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-20 10:06:17 -04:00
13 lines
250 B
PkgConfig
13 lines
250 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: XTrap
|
|
Description: X Trap Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: trapproto
|
|
Requires.private: x11 xext xt
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lXTrap
|