mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-23 17:18:11 +02:00
radeon/uvd: Fix build failure with non-standard libdrm installation prefix
Without this patch, radeon_uvd failed to find the libdrm includes: In file included from radeon_uvd.c:48: ../../winsys/radeon/drm/radeon_winsys.h:44:35: error: libdrm/radeon_surface.h: No such file or directory Signed-off-by: Lauri Kasanen <cand@gmx.com>
This commit is contained in:
parent
02f2bce08d
commit
e2b985dc0f
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ LIBGALLIUM_LIBS=
|
|||
|
||||
noinst_LTLIBRARIES = libradeon.la
|
||||
|
||||
AM_CFLAGS = $(GALLIUM_CFLAGS)
|
||||
AM_CFLAGS = $(GALLIUM_CFLAGS) $(RADEON_CFLAGS)
|
||||
|
||||
libradeon_la_SOURCES = \
|
||||
$(C_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue