summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJeremy Huddleston <jeremyhu@freedesktop.org>2008-09-26 16:20:22 -0700
committerJeremy Huddleston <jeremyhu@freedesktop.org>2008-09-26 16:20:22 -0700
commit8edc5fb38c922f28659d2f823148339a8907c4d9 (patch)
treed26ba1ba91905b32dbea963b8ca43b0f1a3c9b85 /include
parentb350b066740a2e72585153e35478538cf1bca9ef (diff)
XQuartz: Added a --enable-integrated-xpbproxy configure option for building xpbproxy as an app or as a thread.
Diffstat (limited to 'include')
-rw-r--r--include/dix-config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in
index e224b5ac8..da5968780 100644
--- a/include/dix-config.h.in
+++ b/include/dix-config.h.in
@@ -145,6 +145,9 @@
/* Have Quartz */
#undef XQUARTZ
+/* Build xpbproxy into Xquartz rather than a separate app */
+#undef INTEGRATED_XPBPROXY
+
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM