From 8e630fad7260ea9e0c2792f4424a0c1ab0353cc9 Mon Sep 17 00:00:00 2001 From: Thomas Hellstrom Date: Mon, 1 Nov 2010 17:12:39 +0100 Subject: st/egl: Fix build for include files in nonstandard places Signed-off-by: Thomas Hellstrom --- src/gallium/state_trackers/egl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gallium/state_trackers/egl/Makefile') diff --git a/src/gallium/state_trackers/egl/Makefile b/src/gallium/state_trackers/egl/Makefile index 8dbfc5b8e5..8cfcef968e 100644 --- a/src/gallium/state_trackers/egl/Makefile +++ b/src/gallium/state_trackers/egl/Makefile @@ -17,7 +17,7 @@ x11_INCLUDES = \ -I$(TOP)/src/mapi \ -I$(TOP)/src/mesa \ $(X11_CFLAGS) \ - $(shell pkg-config --cflags-only-I libdrm) + $(shell pkg-config --cflags-only-I libdrm dri2proto) x11_SOURCES = $(wildcard x11/*.c) \ $(TOP)/src/glx/dri2.c -- cgit v1.2.3