diff options
author | Marek Olšák <[email protected]> | 2014-11-01 14:05:16 +0100 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2014-11-14 16:16:12 +0100 |
commit | c46c551c56f78c6bf9e63524c89478695fc4f525 (patch) | |
tree | 96667658ac48ab70d8e154e78dc45d2592748a53 /src | |
parent | bd20fad3168e9c89d7892397466f7d98a002aeb2 (diff) |
configure.ac: remove enable flags for EGL and GBM Gallium state trackers
Acked-by: Kristian Høgsberg <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Informally acked-by: Jose Fonseca
Diffstat (limited to 'src')
-rw-r--r-- | src/gallium/Makefile.am | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/gallium/Makefile.am b/src/gallium/Makefile.am index 21595a1aaf0..ca10c0ef329 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 |