Mercurial > sdl-ios-xcode
changeset 1243:08c730212ca2
Patched to compile.
author | Ryan C. Gordon <icculus@icculus.org> |
---|---|
date | Thu, 12 Jan 2006 23:06:23 +0000 |
parents | caf0328c8058 |
children | a388f2b59044 |
files | configure.in |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure.in Thu Jan 12 22:46:36 2006 +0000 +++ b/configure.in Thu Jan 12 23:06:23 2006 +0000 @@ -764,7 +764,8 @@ AC_MSG_RESULT($video_x11_xme) if test x$video_x11_xme = xyes; then CFLAGS="$CFLAGS -DHAVE_XIGXME" - SYSTEM_LIBS="$SYSTEM_LIBS" + VIDEO_SUBDIRS="$VIDEO_SUBDIRS XFree86/XME" + VIDEO_DRIVERS="$VIDEO_DRIVERS XFree86/XME/libXME.la" fi fi fi @@ -3146,6 +3147,7 @@ src/video/XFree86/Xv/Makefile src/video/XFree86/Xxf86dga/Makefile src/video/XFree86/Xxf86vm/Makefile +src/video/XFree86/XME/Makefile src/events/Makefile src/joystick/Makefile src/joystick/amigaos/Makefile