diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-15 19:52:34 -0800 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-11-15 19:52:34 -0800 |
commit | e8112784e8ef80a96ed54eca7e148b424001a38f (patch) | |
tree | b396d0d050ae849861ca768b2873dbf979f3e614 /include/dix-config.h.in | |
parent | 24928b85dc996c8d0a052ddf383df25718ee5305 (diff) |
XQuartz: Integrated xpbproxy into the server.
Added a configure option called --enable-standalone-xpbproxy which is useful for deveoping xpbproxy.
The 'active' switch in preferences just disables the in-server xpbproxy (not this standalone).
(cherry picked from commit 42944936326ef8732f622db9f75b79a92980550d)
Diffstat (limited to 'include/dix-config.h.in')
-rw-r--r-- | include/dix-config.h.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/dix-config.h.in b/include/dix-config.h.in index cfaea3046..5739a052c 100644 --- a/include/dix-config.h.in +++ b/include/dix-config.h.in @@ -127,8 +127,8 @@ /* Have Quartz */ #undef XQUARTZ -/* Build xpbproxy into Xquartz rather than a separate app */ -#undef INTEGRATED_XPBPROXY +/* Build a standalone xpbproxy */ +#undef STANDALONE_XPBPROXY /* Define to 1 if you have the `m' library (-lm). */ #undef HAVE_LIBM |