summaryrefslogtreecommitdiff
path: root/src/egl/drivers/demo
diff options
context:
space:
mode:
authorDan Nicholson <dbn.lists@gmail.com>2009-04-29 20:33:50 -0700
committerDan Nicholson <dbn.lists@gmail.com>2009-04-29 20:46:37 -0700
commitcc68cd20d9fbb87486eb69a50fa14a3d6b9c6798 (patch)
treec0c5a9e8f7809a515575828ca2dfef6829057f8c /src/egl/drivers/demo
parent289dc69418d834e44bd2f63f69382c1f1d3d7c00 (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.
Diffstat (limited to 'src/egl/drivers/demo')
-rw-r--r--src/egl/drivers/demo/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/egl/drivers/demo/Makefile b/src/egl/drivers/demo/Makefile
index d908cdb4b25..26694c92fa6 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