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/egl-static/Makefile.am | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/gallium/targets/egl-static/Makefile.am') diff --git a/src/gallium/targets/egl-static/Makefile.am b/src/gallium/targets/egl-static/Makefile.am index 31dbc79..789aa30 100644 --- a/src/gallium/targets/egl-static/Makefile.am +++ b/src/gallium/targets/egl-static/Makefile.am @@ -149,6 +149,14 @@ egl_gallium_la_LIBADD += \ $(INTEL_LIBS) endif +if HAVE_GALLIUM_ILO +AM_CPPFLAGS += -D_EGL_PIPE_ILO=1 +egl_gallium_la_LIBADD += \ + $(top_builddir)/src/gallium/winsys/intel/drm/libintelwinsys.la \ + $(top_builddir)/src/gallium/drivers/ilo/libilo.la \ + $(INTEL_LIBS) +endif + if HAVE_GALLIUM_NOUVEAU AM_CPPFLAGS += -D_EGL_PIPE_NOUVEAU=1 egl_gallium_la_LIBADD += \ -- cgit v1.1