diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-06 10:37:50 +0000 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2013-02-06 10:37:50 +0000 |
commit | cd6d8f9b9df02934ebfff76cb40410c8ce3887dd (patch) | |
tree | 94abcbce26197240888bc729d21b807897b4fc69 /src | |
parent | b96ee47ad97943c3dccd40d9570e29002dc3d85f (diff) |
xvmc: Add the complementary XCB_CFLAGS
After splitting the xvmc dependences into xcb and non-xcb, we then also
have to add the xcb CFLAGS to build libIntelXVmc.la
Reported-by: Julien Cristau <jcristau@debian.org>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src')
-rw-r--r-- | src/xvmc/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/xvmc/Makefile.am b/src/xvmc/Makefile.am index 85e6a89d..51c98b0c 100644 --- a/src/xvmc/Makefile.am +++ b/src/xvmc/Makefile.am @@ -17,7 +17,8 @@ libIntelXvMC_la_SOURCES = intel_xvmc.c \ intel_batchbuffer.h AM_CFLAGS = @XORG_CFLAGS@ @DRM_CFLAGS@ @DRI_CFLAGS@ \ - @XVMCLIB_CFLAGS@ -I$(top_srcdir)/src -DTRUE=1 -DFALSE=0 + @XVMCLIB_CFLAGS@ @XCB_CFLAGS@ \ + -I$(top_srcdir)/src -DTRUE=1 -DFALSE=0 libIntelXvMC_la_LDFLAGS = -version-number 1:0:0 libIntelXvMC_la_LIBADD = @DRI_LIBS@ @DRM_LIBS@ @XVMCLIB_LIBS@ @XCB_LIBS@ @DRMINTEL_LIBS@ -lpthread |