Bug 14660 - MacOS X/Darwin support in xserver configure script
Summary: MacOS X/Darwin support in xserver configure script
Status: RESOLVED WORKSFORME
Alias: None
Product: xorg
Classification: Unclassified
Component: Server/General (show other bugs)
Version: 7.2 (2007.02)
Hardware: PowerPC Mac OS X (All)
: medium normal
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-25 02:14 UTC by Peter Dyballa
Modified: 2008-05-06 01:15 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Peter Dyballa 2008-02-25 02:14:38 UTC
The configure script is not yet prepared for Mac OS X/Darwin, I just made an experimental change. The script now emits:

	checking whether to build Xvfb DDX... yes
	checking whether to build Xnest DDX... checking for XNESTMODULES... yes
	yes
	checking whether to build Xorg DDX... yes
<Mac OS X/Darwin change here>
	checking whether to build Xdmx DDX... checking for DMXMODULES... yes
	no
	checking for XORGCONFIG_DEP... yes

Obviously before line #31974 (pkg_failed=no) code like

	{ echo "$as_me:$LINENO: result: $XVFB" >&5
	echo "${ECHO_T}$XVFB" >&6; }

is needed. The same seems to be true for the Xdmx DDX case.
Comment 1 Alan Coopersmith 2008-02-25 08:08:18 UTC
configure scripts are automatically generated from the configure.ac
using GNU autoconf - patches to the configure scripts themselves aren't
useful because of this - we need patches to configure.ac instead.
Comment 2 Jeremy Huddleston Sequoia 2008-05-06 01:15:55 UTC
Please see http://xquartz.macosforge.org


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.