nx-libs/nx-X11/lib/nx-x11.pc.in
2025-08-08 20:00:36 +02:00

19 lines
496 B
PkgConfig

prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
xthreadlib=@XTHREADLIB@
Name: NX_X11
Description: NX_X11 Library
Version: @PACKAGE_VERSION@
# FIXME: we currently build from one source tree... Get back to this
# whenever we take the nx-libs source code apart and split up the
# components
#Requires: nx-xproto @XKBPROTO_REQUIRES@
#Requires.private: @X11_EXTRA_DEPS@
Cflags: -I${includedir} @XTHREAD_CFLAGS@
Libs: -L${libdir} -lNX_X11
Libs.private: @XTHREADLIB@