From be85fde82b148c4fc3639fcf3cfedb5de9381fc8 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 10 Aug 2006 20:19:57 +0000 Subject: linux-indirect target fixes. --- src/glx/x11/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/glx/x11/Makefile') diff --git a/src/glx/x11/Makefile b/src/glx/x11/Makefile index 3ecb744179..c509d4e085 100644 --- a/src/glx/x11/Makefile +++ b/src/glx/x11/Makefile @@ -47,7 +47,7 @@ INCLUDES = -I. \ -I$(TOP)/src/mesa/main \ -I$(TOP)/src/mesa/glapi \ -I$(TOP)/src/mesa/drivers/dri/common \ - `pkg-config --cflags libdrm` \ + $(LIBDRM_CFLAGS) \ $(X11_INCLUDES) -- cgit v1.2.3