On Tue, Apr 16, 2013 at 2:54 AM, Andy Furniss <andy...@ukfsn.org> wrote:
> On one of my builds I have libdrm/mesa/xorg living under my home, normally I
> can build mesa by setting LDFLAGS and --prefix= but since the uvd commit I
> get -
>
> Making all in radeon
> make[3]: Entering directory
> `/mnt/sdb1/Src/Mesa-git/mesa/src/gallium/drivers/radeon'
>   CC       radeon_uvd.lo
> In file included from radeon_uvd.c:48:0:
> ../../winsys/radeon/drm/radeon_winsys.h:44:35: fatal error:
> libdrm/radeon_surface.h: No such file or directory
> compilation terminated.
>
> I can work around by setting CPPFLAGS but in the (distant) past this has
> proven to be problematic if some internal header gets updated as the now too
> old installed header gets used.

Looks like it's simply because LIBDRM_CFLAGS or RADEON_CFLAGS aren't
in AM_CFLAGS.
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to