From: Brian Paul Date: Wed, 29 Jun 2011 13:35:07 +0000 (-0600) Subject: configs: add libdrm cflags to linux-llvm config X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=600e01e758c9eed44cd85957ee476804c1c35f8b;p=mesa.git configs: add libdrm cflags to linux-llvm config --- diff --git a/configs/linux-llvm b/configs/linux-llvm index 359bee28250..54d82b5376c 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -42,3 +42,6 @@ endif LD = g++ GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -lstdc++ + +# to allow the NV drivers to compile +LIBDRM_CFLAGS = $(shell pkg-config --cflags libdrm)