diff options
author | Michel Dänzer <daenzer@vmware.com> | 2009-02-27 16:37:27 +0100 |
---|---|---|
committer | Michel Dänzer <daenzer@vmware.com> | 2009-02-27 16:37:27 +0100 |
commit | de022f8e634baf5a7acd186934b370647df58355 (patch) | |
tree | 361ed6d92d193abbf8d3da1b0e984880adad6416 /exa/Makefile.am | |
parent | d0dd649035fc3698c5b436f9d9d248116aa106a3 (diff) |
Revert "EXA: Handle separate alpha maps properly in Composite fallback."
This reverts commit 170cf1270dff38d3cce7f5ba5b940d1c0d70eff5.
Conflicts:
exa/exa_render.c
Diffstat (limited to 'exa/Makefile.am')
-rw-r--r-- | exa/Makefile.am | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/exa/Makefile.am b/exa/Makefile.am index 7065e197d..2b3f1e416 100644 --- a/exa/Makefile.am +++ b/exa/Makefile.am @@ -12,8 +12,7 @@ INCLUDES = \ $(XORG_INCS) \ -I$(srcdir)/../miext/cw -# Use an arbitrary high major version here to satisfy any driver checks in exa.h -AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS) -DEXA_DRIVER_KNOWN_MAJOR=99 +AM_CFLAGS = $(XORG_CFLAGS) $(DIX_CFLAGS) libexa_la_SOURCES = \ exa.c \ |