diff options
author | Eric Anholt <[email protected]> | 2015-06-03 10:18:04 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2015-06-09 12:25:50 -0700 |
commit | 8d10b2a0460ca01a5c65a87184717c6c2e4bcaeb (patch) | |
tree | 762465fe1e4aeb55413c8928ee3b1c6d8eef80ec /configure.ac | |
parent | e67b12eaf89acc9c446de77b77120a2f6cdbbe12 (diff) |
vc4: Drop subdirectory in vc4 build.
Just because we put the source in a subdir, doesn't mean we need helper
libraries in the build. This will also simplify the Android build setup.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index d32aa2492cc..be0cd7dd7d9 100644 --- a/configure.ac +++ b/configure.ac @@ -2350,7 +2350,6 @@ AC_CONFIG_FILES([Makefile src/gallium/drivers/svga/Makefile src/gallium/drivers/trace/Makefile src/gallium/drivers/vc4/Makefile - src/gallium/drivers/vc4/kernel/Makefile src/gallium/state_trackers/clover/Makefile src/gallium/state_trackers/dri/Makefile src/gallium/state_trackers/glx/xlib/Makefile |