summaryrefslogtreecommitdiffstats
path: root/src/gallium/Makefile.am
diff options
context:
space:
mode:
authorMarek Olšák <marek.olsak@amd.com>2014-11-01 14:05:16 +0100
committerMarek Olšák <marek.olsak@amd.com>2014-11-14 16:16:12 +0100
commitc46c551c56f78c6bf9e63524c89478695fc4f525 (patch)
tree96667658ac48ab70d8e154e78dc45d2592748a53 /src/gallium/Makefile.am
parentbd20fad3168e9c89d7892397466f7d98a002aeb2 (diff)
downloadexternal_mesa3d-c46c551c56f78c6bf9e63524c89478695fc4f525.zip
external_mesa3d-c46c551c56f78c6bf9e63524c89478695fc4f525.tar.gz
external_mesa3d-c46c551c56f78c6bf9e63524c89478695fc4f525.tar.bz2
configure.ac: remove enable flags for EGL and GBM Gallium state trackers
Acked-by: Kristian Høgsberg <krh@bitplanet.net> Reviewed-by: Eric Anholt <eric@anholt.net> Informally acked-by: Jose Fonseca
Diffstat (limited to 'src/gallium/Makefile.am')
-rw-r--r--src/gallium/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am
index 21595a1..ca10c0e 100644
--- a/src/gallium/Makefile.am
+++ b/src/gallium/Makefile.am
@@ -138,14 +138,6 @@ if HAVE_OPENVG
SUBDIRS += state_trackers/vega
endif
-if HAVE_GALLIUM_EGL
-SUBDIRS += state_trackers/egl targets/egl-static
-endif
-
-if HAVE_GALLIUM_GBM
-SUBDIRS += state_trackers/gbm targets/gbm
-endif
-
if HAVE_X11_DRIVER
SUBDIRS += state_trackers/glx/xlib targets/libgl-xlib
endif