xf86-video-ati: Branch 'master'

Alex Deucher agd5f at kemper.freedesktop.org
Mon Sep 14 15:22:34 PDT 2009


 src/Makefile.am |   11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

New commits:
commit ee9f6d802988a4d7f7985687036db854f4a14fe5
Author: Pauli Nieminen <suokkos at gmail.com>
Date:   Mon Sep 14 16:36:48 2009 +0300

    radeon: Add missing libdrm_radeon cflags to compiler paramaters.
    
    This fixes compilation if libdrm_radeon is installed to non-standard location like /opt.

diff --git a/src/Makefile.am b/src/Makefile.am
index e0434f4..93f237c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -73,7 +73,16 @@ if USE_EXA
 RADEON_EXA_SOURCES = radeon_exa.c r600_exa.c r6xx_accel.c r600_textured_videofuncs.c r600_shader.c
 endif
 
-AM_CFLAGS = @XORG_CFLAGS@ @DRI_CFLAGS@ @XMODES_CFLAGS@ -DDISABLE_EASF -DENABLE_ALL_SERVICE_FUNCTIONS -DATOM_BIOS -DATOM_BIOS_PARSER -DDRIVER_PARSER
+AM_CFLAGS = \
+            @LIBDRM_RADEON_CFLAGS@ \
+            @XORG_CFLAGS@ \
+            @DRI_CFLAGS@ \
+            @XMODES_CFLAGS@ \
+            -DDISABLE_EASF \
+            -DENABLE_ALL_SERVICE_FUNCTIONS \
+            -DATOM_BIOS \
+            -DATOM_BIOS_PARSER \
+            -DDRIVER_PARSER
 
 INCLUDES = -I$(srcdir)/AtomBios/includes
 


More information about the xorg-commit mailing list