From acf3d2afab0571b74c0c0d1aee0f631b33fdc7da Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 27 Nov 2016 00:25:28 +0000 Subject: configure: check once for DRI3 dependencies Currently we are having the XCB_DRI3 dependencies duplicated, partially. Just do a once-off check and add all of the respective CFLAGS/LIBS where needed. As a nice side effect this helps us solve a couple of FIXMEs. DRI3 is not a thing w/o X11 so disable it in such cases. Cc: mesa-stable@lists.freedesktop.org Signed-off-by: Emil Velikov Reviewed-by: Eric Engestrom --- src/gallium/state_trackers/omx/Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gallium/state_trackers/omx/Makefile.am') diff --git a/src/gallium/state_trackers/omx/Makefile.am b/src/gallium/state_trackers/omx/Makefile.am index d68746cecbd..e2d9ec72dc6 100644 --- a/src/gallium/state_trackers/omx/Makefile.am +++ b/src/gallium/state_trackers/omx/Makefile.am @@ -27,6 +27,7 @@ AM_CFLAGS = \ $(GALLIUM_CFLAGS) \ $(VISIBILITY_CFLAGS) \ $(VL_CFLAGS) \ + $(XCB_DRI3_CFLAGS) \ $(OMX_CFLAGS) noinst_LTLIBRARIES = libomxtracker.la -- cgit v1.2.3