diff options
author | Ben Byer <bbyer@bbyer.local> | 2007-09-06 05:34:14 -0700 |
---|---|---|
committer | Ben Byer <bbyer@bbyer.local> | 2007-09-06 05:34:14 -0700 |
commit | 35ec8b89f4cdf5ec48b292d47b2dad42d2fb9534 (patch) | |
tree | f44783073734383dbd477818d758c65255cc2ad7 /GL | |
parent | f3f614cd01ae56d84d61b4f5c907c6edd7c8c6d3 (diff) |
DDX changes for XDarwin
Creating a real DDX section for XDarwin instead of
stuffing it into the XORG section in a half-assed manner.
Diffstat (limited to 'GL')
-rw-r--r-- | GL/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/GL/Makefile.am b/GL/Makefile.am index df9f533e2..38cef7b39 100644 --- a/GL/Makefile.am +++ b/GL/Makefile.am @@ -1,8 +1,4 @@ -# someone could get really crazy someday and add support for the SI... - -# xwin/darwin/xfree86 have their accel support under the DDX - -if BUILD_DARWIN +if XDARWIN DARWIN_SUBDIRS = apple endif SUBDIRS = glx mesa $(DARWIN_SUBDIRS) |