diff options
author | Topi Kanerva <topi.kanerva@nokia.com> | 2009-03-04 10:23:10 -0500 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2009-03-04 10:23:10 -0500 |
commit | c4081fee0995dae691665a00ea9bfdb8b8043b8c (patch) | |
tree | bb85b02d96c6feaf4e74f5f3f45c01cfb56292d7 /hw/xfree86/common/Makefile.am | |
parent | c7ebb4bef152b47880abb6ea4819416e89e6522c (diff) |
Make DGA optional.
Diffstat (limited to 'hw/xfree86/common/Makefile.am')
-rw-r--r-- | hw/xfree86/common/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/Makefile.am b/hw/xfree86/common/Makefile.am index 2c1234c71..fbd052c6c 100644 --- a/hw/xfree86/common/Makefile.am +++ b/hw/xfree86/common/Makefile.am @@ -33,7 +33,7 @@ BUILT_SOURCES = xf86DefModeSet.c AM_LDFLAGS = -r libcommon_la_SOURCES = xf86Configure.c xf86ShowOpts.c xf86Bus.c xf86Config.c \ - xf86Cursor.c xf86DGA.c xf86DPMS.c \ + xf86Cursor.c $(DGASOURCES) xf86DPMS.c \ xf86Events.c xf86Globals.c xf86AutoConfig.c \ xf86Option.c xf86Init.c \ xf86VidMode.c xf86fbman.c xf86cmap.c \ |