From f3fd11beaa70b0624ab1d6c7d8e25c65eea942ac Mon Sep 17 00:00:00 2001 From: Emil Velikov Date: Sun, 7 Sep 2014 17:54:39 +0100 Subject: libkms: build the intel backend only when needed Signed-off-by: Emil Velikov Reviewed-by: Jakob Bornecrantz --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 484084fd..f1d34516 100644 --- a/configure.ac +++ b/configure.ac @@ -270,6 +270,9 @@ fi AM_CONDITIONAL(HAVE_LIBKMS, [test "x$LIBKMS" = xyes]) AM_CONDITIONAL(HAVE_INTEL, [test "x$INTEL" = xyes]) +if test "x$INTEL" = xyes; then + AC_DEFINE(HAVE_INTEL, 1, [Have intel support]) +fi AM_CONDITIONAL(HAVE_VMWGFX, [test "x$VMWGFX" = xyes]) if test "x$VMWGFX" = xyes; then -- cgit v1.2.3