mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-03 08:20:39 +01:00
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.
This commit is contained in:
parent
289dc69418
commit
cc68cd20d9
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue