configure: drop --with-egl-driver-dir switch
authorEmil Velikov <emil.l.velikov@gmail.com>
Mon, 22 Sep 2014 17:32:03 +0000 (18:32 +0100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Sat, 27 Sep 2014 14:20:14 +0000 (15:20 +0100)
commit407450eb84f5a1b466a2eff19b85cdee7ac15dfb
treecb8ea78aa9c09e2611f0ea42b27abe0991e35108
parent2e6fc0647a93f7091068d1a75ba5948b9bff5da3
configure: drop --with-egl-driver-dir switch

The location of the egl driver(s) is matter that we should have
never exposed to the user. Currently the dri2 driver is built
into the libEGL loader, with the gallium based one soon to follow.

v2: Fold EGL_DRIVER_INSTALL_DIR within the makefiles. Suggested by Matt.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=80615
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
configure.ac
src/egl/main/Makefile.am
src/gallium/targets/egl-static/Makefile.am