summaryrefslogtreecommitdiff
path: root/configs
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-06-29 07:35:07 -0600
committerBrian Paul <brianp@vmware.com>2011-06-29 07:38:10 -0600
commit600e01e758c9eed44cd85957ee476804c1c35f8b (patch)
tree820aae9baaed10470d6c0c3b270634f99f5fc675 /configs
parent8f0a331040fc6fa700ab2c5f96061844a2289599 (diff)
configs: add libdrm cflags to linux-llvm config
Diffstat (limited to 'configs')
-rw-r--r--configs/linux-llvm3
1 files changed, 3 insertions, 0 deletions
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)