mirror of
https://github.com/Stichting-MINIX-Research-Foundation/xsrc.git
synced 2025-09-20 18:17:40 -04:00
13 lines
247 B
PkgConfig
13 lines
247 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: SM
|
|
Description: X Session Management Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires:
|
|
Requires.private: ice xproto
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lSM
|