diff options
author | Eric Anholt <[email protected]> | 2013-09-27 17:03:58 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2013-10-24 14:13:09 -0700 |
commit | dde9260fdc1fb6792df24a4790ea1c255ad9284a (patch) | |
tree | 5bf4d42130d1f2290647d70e93a0078ced395d92 /src/mesa/Makefile.am | |
parent | bdcee13ca374e4dd72c46951cb137b4f60a6303f (diff) |
mesa: Remove dricore from the build.
No driver uses it any more, and it's been replaced by megadrivers.
v2: Remove always-on conditional for NEED_LIBPROGRAM (review by Emil)
Reviewed-by: Matt Turner <[email protected]> (v1)
Reviewed-by: Emil Velikov <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.am')
-rw-r--r-- | src/mesa/Makefile.am | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/mesa/Makefile.am b/src/mesa/Makefile.am index e9c16e78ed4..f86caee351e 100644 --- a/src/mesa/Makefile.am +++ b/src/mesa/Makefile.am @@ -19,11 +19,7 @@ # FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS # IN THE SOFTWARE. -if NEED_LIBDRICORE -DRICORE_SUBDIR = libdricore -endif - -SUBDIRS = program x86 x86-64 . $(DRICORE_SUBDIR) main/tests +SUBDIRS = program x86 x86-64 . main/tests if HAVE_X11_DRIVER SUBDIRS += drivers/x11 |