diff options
author | Dave Airlie <[email protected]> | 2011-01-17 15:41:49 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2011-01-17 15:42:34 +1000 |
commit | 2bf52e7c28e6d48374c3c4314e06e3600d7f668a (patch) | |
tree | 8419cf078ce71809a26f4bef9c47c10f35538149 /src/gallium/drivers/nvc0 | |
parent | ef3b8042e00fa4ac371f61b0832d1d5e73cff52f (diff) |
nouveau: fix build against out of tree libdrm
For doing builds against a separated libdrm these cflags are needed.
Signed-off-by: Dave Airlie <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nvc0')
-rw-r--r-- | src/gallium/drivers/nvc0/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nvc0/Makefile b/src/gallium/drivers/nvc0/Makefile index da8f9a2ab4d..54f1ab7fa93 100644 --- a/src/gallium/drivers/nvc0/Makefile +++ b/src/gallium/drivers/nvc0/Makefile @@ -31,4 +31,7 @@ C_SOURCES = \ nvc0_mm.c \ nvc0_query.c +LIBRARY_INCLUDES = \ + $(LIBDRM_CFLAGS) + include ../../Makefile.template |