diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-07-21 12:31:09 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2017-08-25 10:06:49 +0200 |
commit | c350873c7c977efe5210484f04160be45f84ba7e (patch) | |
tree | 717d33eb315f4def1307d65108d14715696cd5cf /nx-X11/lib/nx-x11.pc.in | |
parent | 1472e7e37838f17b7ed948fa206e8c3434a9d346 (diff) | |
download | nx-libs-c350873c7c977efe5210484f04160be45f84ba7e.tar.gz nx-libs-c350873c7c977efe5210484f04160be45f84ba7e.tar.bz2 nx-libs-c350873c7c977efe5210484f04160be45f84ba7e.zip |
Convert nx-X11/lib/ build flow from imake to autotools.
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@ |