mirror of
https://github.com/SwallowOS/xorg_lib_libXdmcp
synced 2025-11-03 21:55:39 +08:00
application build-time dependencies, and update package deps to work
with separate build roots.
12 lines
245 B
PkgConfig
12 lines
245 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: Xdmcp
|
|
Description: X Display Manager Control Protocol library
|
|
Version: @PACKAGE_VERSION@
|
|
Requires: xproto
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lXdmcp
|