From 5816a471afc2e98968bb332cd96526c42d429285 Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 13 Dec 2012 06:01:23 +0800 Subject: ilo: add the driver to the build system Add ilo to targets/egl-static and add a new target dri-ilo. Update autoconf and automake rules. --- src/gallium/targets/Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'src/gallium/targets/Makefile.am') diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index b3e9cbcd018..ff0982140ff 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -64,6 +64,12 @@ SUBDIRS += xorg-i915 endif endif +if HAVE_GALLIUM_ILO +if HAVE_DRI +SUBDIRS += dri-ilo +endif +endif + if HAVE_GALLIUM_R300 if HAVE_DRI SUBDIRS += dri-r300 -- cgit v1.2.3