Mercurial > sdl-ios-xcode
comparison configure.in @ 2185:2032348afed1
This code adds support for DirectColor visuals to SDL 1.3. The support uses part of the Xmu library. To ensure that the library is
available and to keep people form having to install yet another library I have added the essential parts of Xmu in
src/video/extensions/XmuStdCmap and an include file in src/video/extensions. The support makes use of standard X11 mechanisms to
create color maps and make sure that an application uses the same color map for each window/visual combination. This should make it
possible for gamma support to be implemented based on a single color map per application.
Hurm... it looks like "make indent" modified a few extra files. Those are getting committed too.
author | Bob Pendleton <bob@pendleton.com> |
---|---|
date | Thu, 12 Jul 2007 20:00:50 +0000 |
parents | 5f96cf74b782 |
children | 9f64d06fa168 |
comparison
equal
deleted
inserted
replaced
2184:8f8516e79a13 | 2185:2032348afed1 |
---|---|
943 CFLAGS="$CFLAGS $X_CFLAGS" | 943 CFLAGS="$CFLAGS $X_CFLAGS" |
944 LDFLAGS="$LDFLAGS $X_LIBS" | 944 LDFLAGS="$LDFLAGS $X_LIBS" |
945 | 945 |
946 AC_DEFINE(SDL_VIDEO_DRIVER_X11) | 946 AC_DEFINE(SDL_VIDEO_DRIVER_X11) |
947 SOURCES="$SOURCES $srcdir/src/video/x11/*.c" | 947 SOURCES="$SOURCES $srcdir/src/video/x11/*.c" |
948 SOURCES="$SOURCES $srcdir/src/video/Xext/XmuStdCmap/*.c" | |
948 EXTRA_CFLAGS="$EXTRA_CFLAGS $X_CFLAGS" | 949 EXTRA_CFLAGS="$EXTRA_CFLAGS $X_CFLAGS" |
949 | 950 |
950 if test x$enable_x11_shared = xmaybe; then | 951 if test x$enable_x11_shared = xmaybe; then |
951 enable_x11_shared=$x11_symbols_private | 952 enable_x11_shared=$x11_symbols_private |
952 fi | 953 fi |