summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets/egl-static/Makefile.am
diff options
context:
space:
mode:
authorChia-I Wu <olv@lunarg.com>2012-12-13 06:01:23 +0800
committerChia-I Wu <olvaffe@gmail.com>2013-04-26 16:20:52 +0800
commit5816a471afc2e98968bb332cd96526c42d429285 (patch)
tree589bfe8f51edd8bd8c6026a95b698170b7406c8c /src/gallium/targets/egl-static/Makefile.am
parent825aa60707d620745ff3c1b6e43976977c81c2a9 (diff)
downloadexternal_mesa3d-5816a471afc2e98968bb332cd96526c42d429285.zip
external_mesa3d-5816a471afc2e98968bb332cd96526c42d429285.tar.gz
external_mesa3d-5816a471afc2e98968bb332cd96526c42d429285.tar.bz2
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.
Diffstat (limited to 'src/gallium/targets/egl-static/Makefile.am')
-rw-r--r--src/gallium/targets/egl-static/Makefile.am8
1 files changed, 8 insertions, 0 deletions
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 += \