aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/gallium/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'mesalib/src/gallium/Makefile.am')
-rw-r--r--mesalib/src/gallium/Makefile.am8
1 files changed, 0 insertions, 8 deletions
diff --git a/mesalib/src/gallium/Makefile.am b/mesalib/src/gallium/Makefile.am
index 6a2a86654..652cb1310 100644
--- a/mesalib/src/gallium/Makefile.am
+++ b/mesalib/src/gallium/Makefile.am
@@ -12,7 +12,6 @@ SUBDIRS += auxiliary
SUBDIRS += \
drivers/galahad \
- drivers/identity \
drivers/noop \
drivers/trace \
drivers/rbug
@@ -115,9 +114,7 @@ EXTRA_DIST = \
docs \
README.portability \
SConscript \
- state_trackers/egl \
state_trackers/gbm \
- targets/egl-static \
targets/gbm \
winsys/sw/gdi \
winsys/sw/hgl
@@ -139,11 +136,6 @@ if HAVE_DRICOMMON
SUBDIRS += state_trackers/dri targets/dri
endif
-## the egl target depends on vega
-if HAVE_OPENVG
-SUBDIRS += state_trackers/vega
-endif
-
if HAVE_X11_DRIVER
SUBDIRS += state_trackers/glx/xlib targets/libgl-xlib
endif