Mesa (master): egl: Don't install demodriver

Dan Nicholson dbn at kemper.freedesktop.org
Thu Apr 30 06:39:34 UTC 2009


Module: Mesa
Branch: master
Commit: cc68cd20d9fbb87486eb69a50fa14a3d6b9c6798
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=cc68cd20d9fbb87486eb69a50fa14a3d6b9c6798

Author: Dan Nicholson <dbn.lists at gmail.com>
Date:   Wed Apr 29 20:33:50 2009 -0700

egl: Don't install demodriver

I don't think anyone besides a developer would ever want to use the demo
egl driver. Furthermore, egl would only ever load demodriver if it was
set via EGL_DRIVER in the environment. In that case, I think you can
point it to your mesa source directory.

---

 src/egl/drivers/demo/Makefile |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/egl/drivers/demo/Makefile b/src/egl/drivers/demo/Makefile
index d908cdb..26694c9 100644
--- a/src/egl/drivers/demo/Makefile
+++ b/src/egl/drivers/demo/Makefile
@@ -26,8 +26,6 @@ $(TOP)/$(LIB_DIR)/demodriver.so: $(OBJECTS)
 		$(OBJECTS)
 
 install:
-	$(INSTALL) -d $(DESTDIR)$(INSTALL_LIB_DIR)
-	$(INSTALL) $(TOP)/$(LIB_DIR)/demodriver.so $(DESTDIR)$(INSTALL_LIB_DIR)
 
 clean:
 	-rm -f *.o




More information about the mesa-commit mailing list