blob: a827429b75a7123da77d29fc35169af8382207a5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
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@
|