diff options
author | Chia-I Wu <[email protected]> | 2012-12-13 06:01:23 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2013-04-26 16:20:52 +0800 |
commit | 5816a471afc2e98968bb332cd96526c42d429285 (patch) | |
tree | 589bfe8f51edd8bd8c6026a95b698170b7406c8c /src/gallium/targets/Makefile.am | |
parent | 825aa60707d620745ff3c1b6e43976977c81c2a9 (diff) |
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/Makefile.am')
-rw-r--r-- | src/gallium/targets/Makefile.am | 6 |
1 files changed, 6 insertions, 0 deletions
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 |