comparison src/video/Xext/extensions/Makefile.am @ 1242:caf0328c8058

Add XME hooks to X11 driver instead of relying on libxme...libxme hasn't changed in five years, and it's a small .c file that just calls into the X11 dependencies we already use elsewhere. Including it directly allows us to make use of the dynamic X11 code. Fixes Bugzilla #41. --ryan.
author Ryan C. Gordon <icculus@icculus.org>
date Thu, 12 Jan 2006 22:46:36 +0000
parents 440a7e499465
children
comparison
equal deleted inserted replaced
1241:4b2146866b82 1242:caf0328c8058
10 xf86vmode.h \ 10 xf86vmode.h \
11 xf86vmstr.h \ 11 xf86vmstr.h \
12 Xinerama.h \ 12 Xinerama.h \
13 Xv.h \ 13 Xv.h \
14 Xvlib.h \ 14 Xvlib.h \
15 Xvproto.h 15 Xvproto.h \
16 xme.h
17