/usr/lib/x86_64-linux-gnu/pkgconfig/nx-x11.pc is in libnx-x11-dev 2:3.5.99.16-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | prefix=/usr
exec_prefix=${prefix}
libdir=/usr/lib/x86_64-linux-gnu
includedir=/usr/include/x86_64-linux-gnu
xthreadlib=-lpthread
Name: NX_X11
Description: NX_X11 Library
Version: 1.6.5
# 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 kbproto
#Requires.private:
Cflags: -I${includedir}
Libs: -L${libdir} -lNX_X11
Libs.private: -lpthread
|