12 lines
272 B
PkgConfig
12 lines
272 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: xshmfence
|
|
Description: The X Shared Memory Fence Library
|
|
Version: @PACKAGE_VERSION@
|
|
Cflags: -I${includedir} @XPROTO_CFLAGS@
|
|
Libs: -L${libdir} -lxshmfence
|
|
Libs.private: @PTHREAD_LIBS@
|