egl: Don't install demodriver
authorDan Nicholson <dbn.lists@gmail.com>
Thu, 30 Apr 2009 03:33:50 +0000 (20:33 -0700)
committerDan Nicholson <dbn.lists@gmail.com>
Thu, 30 Apr 2009 03:46:37 +0000 (20:46 -0700)
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

index d908cdb4b25197fc84deecab62506ce619f50d06..26694c92fa671c57304faaddad7f3371581dc688 100644 (file)
@@ -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