mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 00:30:11 +01:00
nouveau/build: Fix build failures when drm is not in /usr/include.
Fixes failures to include libdrm/nouveau.h when drm is not installed in /usr/include. Reviewed-by: Matt Turner <mattst88@gmail.com>
This commit is contained in:
parent
a56dfd99e2
commit
de0057caa6
3 changed files with 6 additions and 3 deletions
|
|
@ -28,6 +28,7 @@ noinst_LTLIBRARIES = libnv30.la
|
|||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/gallium/drivers \
|
||||
-I$(top_srcdir)/include \
|
||||
$(GALLIUM_CFLAGS)
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(NOUVEAU_CFLAGS)
|
||||
|
||||
libnv30_la_SOURCES = $(C_SOURCES)
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ noinst_LTLIBRARIES = libnv50.la
|
|||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/gallium/drivers \
|
||||
-I$(top_srcdir)/include \
|
||||
$(GALLIUM_CFLAGS)
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(NOUVEAU_CFLAGS)
|
||||
|
||||
libnv50_la_SOURCES = $(C_SOURCES) $(CPP_SOURCES)
|
||||
|
|
|
|||
|
|
@ -28,6 +28,7 @@ noinst_LTLIBRARIES = libnvc0.la
|
|||
AM_CPPFLAGS = \
|
||||
-I$(top_srcdir)/src/gallium/drivers \
|
||||
-I$(top_srcdir)/include \
|
||||
$(GALLIUM_CFLAGS)
|
||||
$(GALLIUM_CFLAGS) \
|
||||
$(NOUVEAU_CFLAGS)
|
||||
|
||||
libnvc0_la_SOURCES = $(C_SOURCES) $(CPP_SOURCES)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue