diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-03 11:09:26 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-10-03 11:11:47 -0700 |
commit | 6020c3fbfe06530cb2b90178d17a7d63beae028a (patch) | |
tree | 3ccd0183194eb283337e37f54f20f5e3ef6bea6e /include/dix-config.h.in | |
parent | 505c216d030a8eb6e9fa757ecebed9597a850c88 (diff) |
XQuartz: Added a --enable-integrated-xpbproxy configure option for building xpbproxy as an app or as a thread.
(cherry picked from commit 8edc5fb38c922f28659d2f823148339a8907c4d9)
(cherry picked from commit 88033a66a5549870fd053795b019d4c22950425b)
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index 06138c5db..26f4b6a64 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -118,6 +118,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 |