Mesa (master): configs: add libdrm cflags to linux-llvm config

Brian Paul brianp at kemper.freedesktop.org
Wed Jun 29 13:40:10 UTC 2011


Module: Mesa
Branch: master
Commit: 600e01e758c9eed44cd85957ee476804c1c35f8b
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=600e01e758c9eed44cd85957ee476804c1c35f8b

Author: Brian Paul <brianp at vmware.com>
Date:   Wed Jun 29 07:35:07 2011 -0600

configs: add libdrm cflags to linux-llvm config

---

 configs/linux-llvm |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/configs/linux-llvm b/configs/linux-llvm
index 359bee2..54d82b5 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)




More information about the mesa-commit mailing list