19 lines
496 B
PkgConfig
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@
|