projects
/
platform
/
upstream
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f0a331
)
configs: add libdrm cflags to linux-llvm config
author
Brian Paul
<brianp@vmware.com>
Wed, 29 Jun 2011 13:35:07 +0000
(07:35 -0600)
committer
Brian Paul
<brianp@vmware.com>
Wed, 29 Jun 2011 13:38:10 +0000
(07:38 -0600)
configs/linux-llvm
patch
|
blob
|
history
diff --git
a/configs/linux-llvm
b/configs/linux-llvm
index
359bee2
..
54d82b5
100644
(file)
--- 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)