nouveau: Remove reference to drm_api
[mesa.git] / src / gallium / state_trackers / egl / Makefile
index 1768241352f0a7c7aedad70b2010baa9cdfa9287..8933890323adc81a4a21d316f92cdefa4bd969fb 100644 (file)
@@ -5,6 +5,7 @@ common_INCLUDES = \
        -I. \
        -I$(TOP)/src/gallium/include \
        -I$(TOP)/src/gallium/auxiliary \
+       -I$(TOP)/src/gallium/drivers \
        -I$(TOP)/src/egl/main \
        -I$(TOP)/include
 
@@ -15,6 +16,7 @@ common_OBJECTS = $(common_SOURCES:.c=.o)
 x11_INCLUDES = \
        -I$(TOP)/src/gallium/drivers \
        -I$(TOP)/src/glx \
+       -I$(TOP)/src/mapi \
        -I$(TOP)/src/mesa \
        $(X11_CFLAGS) \
        $(shell pkg-config --cflags-only-I libdrm)