[VDPAU] [PATCH] Make use of dri2proto_CFLAGS when building.

James Le Cuirot chewi at aura-online.co.uk
Fri Jan 18 01:22:55 PST 2013


Signed-off-by: James Le Cuirot <chewi at aura-online.co.uk>
---
 src/Makefile.am | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/Makefile.am b/src/Makefile.am
index 7cb1c20..2e8e868 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -12,6 +12,8 @@ libvdpau_la_SOURCES = \
     $(DRI2_SOURCES)
 
 if DRI2
+    AM_CFLAGS += \
+        $(dri2proto_CFLAGS)
     DRI2_SOURCES = \
         mesa_dri2.c \
         mesa_dri2.h
-- 
1.8.1



More information about the VDPAU mailing list