nouveau: Remove reference to drm_api
[mesa.git] / src / gallium / state_trackers / egl / Makefile
index 794785006f5781f66c37c303e74d028556355f02..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,7 +16,9 @@ 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)
 
 x11_SOURCES = $(wildcard x11/*.c) \