diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-04-06 22:09:31 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-06-13 00:58:08 +0200 |
commit | f5eff9bc0a1134a16b1a6e67bfe3d0b4d7cd49e9 (patch) | |
tree | 042738ceeb6c4cb69780f4f78dba18067c76f091 /nxcomp | |
parent | 2f706cbeb5f077c9d1f01256bdf978a58769db43 (diff) | |
download | nx-libs-f5eff9bc0a1134a16b1a6e67bfe3d0b4d7cd49e9.tar.gz nx-libs-f5eff9bc0a1134a16b1a6e67bfe3d0b4d7cd49e9.tar.bz2 nx-libs-f5eff9bc0a1134a16b1a6e67bfe3d0b4d7cd49e9.zip |
nx-X11/programs/Xserver: Include nxcomp{,ext,shad} headers like one would do with system-wide shared libraries.
Diffstat (limited to 'nxcomp')
-rw-r--r-- | nxcomp/nxcomp.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/nxcomp.pc.in b/nxcomp/nxcomp.pc.in index f4d3a7efb..f0963aa17 100644 --- a/nxcomp/nxcomp.pc.in +++ b/nxcomp/nxcomp.pc.in @@ -10,6 +10,6 @@ Version: @VERSION@ #Requires: libjpeg zlib Requires: libpng Requires.private: x11 -Cflags: -I${includedir} -I${includedir}/nx +Cflags: -I${includedir} Libs: -L${libdir} -lXcomp |