mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 21:50:12 +01:00
r300g: Fix build when libdrm is installed to non-standard dir
This commit is contained in:
parent
df5963c256
commit
e1044b4082
1 changed files with 2 additions and 0 deletions
|
|
@ -11,6 +11,8 @@ C_SOURCES += \
|
|||
$(TOP)/src/glsl/ralloc.c \
|
||||
$(TOP)/src/mesa/program/register_allocate.c
|
||||
|
||||
#This is for libdrm include path
|
||||
CFLAGS+=$(RADEON_CFLAGS)
|
||||
|
||||
LIBRARY_INCLUDES = \
|
||||
-I$(TOP)/include \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue