mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 14:18:07 +02:00
winsys/drm: Correctly install EGL drivers.
Remove extraneous quotes that prevent some drivers to be installed when there are more than one display in EGL_DISPLAYS.
This commit is contained in:
parent
cb64ca5066
commit
2204447de3
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ clean:
|
|||
|
||||
install: $(EGL_DISPLAY_LIBS)
|
||||
$(INSTALL) -d $(DESTDIR)$(EGL_DRIVER_INSTALL_DIR)
|
||||
for lib in "$(EGL_DISPLAY_LIBS)"; do \
|
||||
for lib in $(EGL_DISPLAY_LIBS); do \
|
||||
$(MINSTALL) -m 755 "$$lib" $(DESTDIR)$(EGL_DRIVER_INSTALL_DIR); \
|
||||
done
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue