From 2bf52e7c28e6d48374c3c4314e06e3600d7f668a Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Mon, 17 Jan 2011 15:41:49 +1000 Subject: nouveau: fix build against out of tree libdrm For doing builds against a separated libdrm these cflags are needed. Signed-off-by: Dave Airlie --- src/gallium/drivers/nouveau/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/drivers/nouveau') diff --git a/src/gallium/drivers/nouveau/Makefile b/src/gallium/drivers/nouveau/Makefile index db591b756c..a33bf5ebc2 100644 --- a/src/gallium/drivers/nouveau/Makefile +++ b/src/gallium/drivers/nouveau/Makefile @@ -4,6 +4,7 @@ include $(TOP)/configs/current LIBNAME = nouveau LIBRARY_INCLUDES = \ + $(LIBDRM_CFLAGS) \ -I$(TOP)/src/gallium/drivers/nouveau/include C_SOURCES = nouveau_screen.c -- cgit v1.2.3