diff options
author | Josh Triplett <josh@joshtriplett.org> | 2010-06-03 09:41:01 -0700 |
---|---|---|
committer | Josh Triplett <josh@joshtriplett.org> | 2010-06-03 22:19:14 -0700 |
commit | 15e5eaf62897b3179d1fbe457cb19f886f0449f8 (patch) | |
tree | d94b8749484b339c519803fb4b8bd1d82a64686f /modules/im/ximcp | |
parent | fb19eb767a32fd4ff74021c51bc6f60eb8bdff74 (diff) |
Remove support for building without XCB
And there was much rejoicing.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Reviewed-by: Jamey Sharp <jamey@minilop.net>
Consensus on #xorg-devel agrees with removing --without-xcb; in
particular, acks from Adam Jackson, Daniel Stone, Kristian Høgsberg,
Julien Cristau, and Rémi Cardona.
Diffstat (limited to 'modules/im/ximcp')
-rw-r--r-- | modules/im/ximcp/Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/im/ximcp/Makefile.am b/modules/im/ximcp/Makefile.am index 3c84ed5..16a6ca8 100644 --- a/modules/im/ximcp/Makefile.am +++ b/modules/im/ximcp/Makefile.am @@ -11,7 +11,6 @@ AM_CPPFLAGS= \ AM_CFLAGS= \ $(X11_CFLAGS) \ $(BIGFONT_CFLAGS) \ - $(XDMCP_CFLAGS) \ $(MALLOC_ZERO_CFLAGS) \ $(CWARNFLAGS) |