mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-30 12:10:09 +01:00
loader: Include include/drm-uapi in the autotools build
We're already including it in the meson build. This fixes build issues on systems which have a drm_fourcc.h that doesn't have modifiers. Reviewed-by: Dylan Baker <dylan@pnwbakers.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
This commit is contained in:
parent
5fc21c6044
commit
315ee5faec
1 changed files with 1 additions and 0 deletions
|
|
@ -30,6 +30,7 @@ AM_CPPFLAGS = \
|
|||
-DUSE_DRICONF \
|
||||
$(DEFINES) \
|
||||
-I$(top_srcdir)/include \
|
||||
-I$(top_srcdir)/include/drm-uapi \
|
||||
-I$(top_srcdir)/src \
|
||||
$(VISIBILITY_CFLAGS) \
|
||||
$(XCB_DRI3_CFLAGS) \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue