mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
13 lines
250 B
PkgConfig
13 lines
250 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Xext
|
|
Description: Misc X Extension Library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xextproto
|
|
Requires.private: x11
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lXext
|