diff options
author | marha <marha@users.sourceforge.net> | 2011-01-21 08:10:52 +0000 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2011-01-21 08:10:52 +0000 |
commit | b0be6a88c8fecdf15176f642c0799bff99930e0d (patch) | |
tree | ec9fea5c77c9d705757c0533beb059c467a16393 /xorg-server/configure.ac | |
parent | b582c2f2afd66e3afa0d143923e8b71985e39a6c (diff) | |
download | vcxsrv-b0be6a88c8fecdf15176f642c0799bff99930e0d.tar.gz vcxsrv-b0be6a88c8fecdf15176f642c0799bff99930e0d.tar.bz2 vcxsrv-b0be6a88c8fecdf15176f642c0799bff99930e0d.zip |
xserver mesa xkbcomp libxcb git update 21 jan 2011
Diffstat (limited to 'xorg-server/configure.ac')
-rw-r--r-- | xorg-server/configure.ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xorg-server/configure.ac b/xorg-server/configure.ac index 45286eaf4..120321e7c 100644 --- a/xorg-server/configure.ac +++ b/xorg-server/configure.ac @@ -1903,8 +1903,8 @@ AM_CONDITIONAL(XWIN_MULTIWINDOW, [test "x$XWIN" = xyes]) AM_CONDITIONAL(XWIN_MULTIWINDOWEXTWM, [test "x$XWIN" = xyes && test "x$WINDOWSWM" = xyes]) AM_CONDITIONAL(XWIN_CLIPBOARD, [test "x$XWIN" = xyes]) AM_CONDITIONAL(XWIN_GLX_WINDOWS, [test "x$XWIN" = xyes && false]) -AM_CONDITIONAL(XWIN_NATIVEGDI, [test "x$XWIN" = xyes && false]) -AM_CONDITIONAL(XWIN_PRIMARYFB, [test "x$XWIN" = xyes && false]) +AM_CONDITIONAL(XWIN_NATIVEGDI, [test "x$XWIN" = xyes]) +AM_CONDITIONAL(XWIN_PRIMARYFB, [test "x$XWIN" = xyes]) AM_CONDITIONAL(XWIN_RANDR, [test "x$XWIN" = xyes]) AM_CONDITIONAL(XWIN_XV, [test "x$XWIN" = xyes && test "x$XV" = xyes]) |