[PATCH 1/2] radeon: Add missing libdrm_radeon cflags to compiler paramters.

Pauli Nieminen suokkos at gmail.com
Mon Aug 31 12:14:59 PDT 2009


Libdrm_radeon is not found in build time if it is in nonstandard location.
This patch adds libdrm_radeon cflags to compiler parameters.

On Fri, Aug 28, 2009 at 5:06 PM, Pauli Nieminen <suokkos at gmail.com> wrote:

> ---
>  src/Makefile.am |   11 ++++++++++-
>  1 files changed, 10 insertions(+), 1 deletions(-)
>
> diff --git a/src/Makefile.am b/src/Makefile.am
> index 57a365b..ba3646a 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
>
> --
> 1.6.3.3
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.x.org/archives/xorg-driver-ati/attachments/20090831/1375bd51/attachment.html 


More information about the xorg-driver-ati mailing list