mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 08:40:11 +01:00
r600/sb: Fix build failure with non-standard libdrm installation prefix
Just like radeon/uvd, r600/sb fails to find the libdrm includes. Signed-off-by: Lauri Kasanen <cand@gmx.com>
This commit is contained in:
parent
e2b985dc0f
commit
35c5b95b94
1 changed files with 1 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ AM_CXXFLAGS = \
|
|||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/src/gallium/include \
|
||||
-I$(top_srcdir)/src/gallium/auxiliary \
|
||||
$(RADEON_CFLAGS) \
|
||||
$(DEFINES)
|
||||
|
||||
libr600_la_SOURCES = \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue