diff options
author | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-29 20:33:50 -0700 |
---|---|---|
committer | Dan Nicholson <dbn.lists@gmail.com> | 2009-04-29 20:46:37 -0700 |
commit | cc68cd20d9fbb87486eb69a50fa14a3d6b9c6798 (patch) | |
tree | c0c5a9e8f7809a515575828ca2dfef6829057f8c | |
parent | 289dc69418d834e44bd2f63f69382c1f1d3d7c00 (diff) |
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.
-rw-r--r-- | 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 d908cdb4b2..26694c92fa 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 |