summaryrefslogtreecommitdiff
path: root/x11.pc.in
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@sun.com>2005-09-24 00:16:32 +0000
committerAlan Coopersmith <alan.coopersmith@sun.com>2005-09-24 00:16:32 +0000
commita057a66e2041d45198a13a4ece7c07068f76f21b (patch)
tree14dc030007fb50f19088944f98480be16bfe4c81 /x11.pc.in
parent3e920a65a7c376ad63eae2240fd06904d25d18bf (diff)
downloadxorg-lib-libX11-a057a66e2041d45198a13a4ece7c07068f76f21b.tar.gz
Add XTHREAD_CFLAGS for platforms that need special defines like
-D_REENTRANT or -D_POSIX_whatever to get re-entrant function definitions. Set XDMCP_LIBS correctly for later libXdmcp tests.
Diffstat (limited to 'x11.pc.in')
-rw-r--r--x11.pc.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11.pc.in b/x11.pc.in
index 2358eb4b..c9ff11d2 100644
--- a/x11.pc.in
+++ b/x11.pc.in
@@ -9,4 +9,4 @@ Name: X11
Description: X Library
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lX11 @XPROTO_LIBS@ @LIBS@
-Cflags: -I${includedir} @XPROTO_CFLAGS@
+Cflags: -I${includedir} @XPROTO_CFLAGS@ @XTHREAD_CFLAGS@