diff options
Diffstat (limited to 'nx-X11/lib/nx-x11.pc.in')
-rw-r--r-- | nx-X11/lib/nx-x11.pc.in | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/nx-X11/lib/nx-x11.pc.in b/nx-X11/lib/nx-x11.pc.in new file mode 100644 index 000000000..a827429b7 --- /dev/null +++ b/nx-X11/lib/nx-x11.pc.in @@ -0,0 +1,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@ |