diff options
author | Emil Velikov <[email protected]> | 2014-06-16 13:31:10 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-07-02 10:52:53 +0100 |
commit | 100e654b2577ec69100f5d1695f4401d74109cf0 (patch) | |
tree | e1a2ddf84a7c61aa8aa1a5efc0f79ec23c08e5fd /src/gallium/targets/Makefile.am | |
parent | 0a4be815f458ea7a55b7f880b3108dba4de62281 (diff) |
targets/dri-ilo: Convert to static/shared pipe-driver
Cc: Chia-I Wu <[email protected]>
Signed-off-by: Emil Velikov <[email protected]>
Tested-by: Rob Clark <[email protected]>
Tested-by: Thomas Helland <thomashelland90 at gmail.com>
Acked-by: Tom Stellard <[email protected]>
Diffstat (limited to 'src/gallium/targets/Makefile.am')
-rw-r--r-- | src/gallium/targets/Makefile.am | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gallium/targets/Makefile.am b/src/gallium/targets/Makefile.am index 5452886ff1c..3e5d8e736d3 100644 --- a/src/gallium/targets/Makefile.am +++ b/src/gallium/targets/Makefile.am @@ -64,12 +64,6 @@ SUBDIRS += dri-vmwgfx endif endif -if HAVE_GALLIUM_ILO -if HAVE_DRI2 -SUBDIRS += dri-ilo -endif -endif - if HAVE_GALLIUM_SOFTPIPE if HAVE_DRISW SUBDIRS += dri-swrast |