mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 10:19:00 +00:00
14 lines
290 B
PkgConfig
14 lines
290 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 @UUID_PC@
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lSM
|
|
Libs.private: @UUID_LIB_PRIVATE@
|