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>
This commit is contained in:
parent
b96ee47ad9
commit
cd6d8f9b9d
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue