mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-02 05:10:17 +01:00
r600g: Fix build when libdrm is installed to non-standard dir.
Signed-off-by: Satyajit Sarangi<kernel.saty@gmail.com> Signed-off-by: Tom Stellard <tstellar@gmail.com>
This commit is contained in:
parent
80513ec8b4
commit
132daa87fb
1 changed files with 3 additions and 0 deletions
|
|
@ -3,6 +3,9 @@ include $(TOP)/configs/current
|
|||
|
||||
LIBNAME = r600
|
||||
|
||||
#This is for libdrm include path
|
||||
CFLAGS+=$(RADEON_CFLAGS)
|
||||
|
||||
LIBRARY_INCLUDES = -I$(TOP)/include
|
||||
|
||||
# get C_SOURCES
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue