From 8f6961d385bda92703f18090cff551409d2710c9 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 15 Feb 2007 19:08:46 +0200 Subject: [PATCH] configure.ac: add xdarwin stubs Add stub AM_CONDITIONALs to at least fix the build. --- configure.ac | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure.ac b/configure.ac index 961106532..afbf98023 100644 --- a/configure.ac +++ b/configure.ac @@ -1737,6 +1737,11 @@ AM_CONDITIONAL(XFAKESERVER, [test "x$KDRIVE" = xyes && test "x$XFAKE" = xyes]) AM_CONDITIONAL(KDRIVEVESA, [test x"$ac_cv_header_sys_vm86_h" = xyes]) AM_CONDITIONAL(KDRIVEFBDEV, [test x"$ac_cv_header_linux_fb_h" = xyes]) +dnl XDarwin DDX (FIXME) +AM_CONDITIONAL(XQUARTZ, false) +AM_CONDITIONAL(HAVE_X_PLUGIN, false) +AM_CONDITIONAL(HAVE_AGL_FRAMEWORK, false) + dnl these only go in xkb-config.h (which is shared by the Xorg and Xnest servers) AC_DEFINE(__XKBDEFRULES__, "xorg", [Default XKB rules]) AC_DEFINE_DIR(XKB_BASE_DIRECTORY, XKBPATH, [Path to XKB data])