Make libgles2 a hard dependency

Without it, the EGL renderer cannot function and EGLFS won't even
be able to stream properly at all.

Fixes moonlight-stream/moonlight-qt#1480
This commit is contained in:
Cameron Gutman
2025-12-01 00:04:51 -06:00
parent 3886163b24
commit 15c8460f92

4
debian/control vendored
View File

@@ -7,6 +7,6 @@ Build-Depends: debhelper (>= 10), libssl-dev, qt6-base-dev, qt6-declarative-dev,
Package: moonlight-qt
Architecture: any
Depends: qml6-module-qtquick-controls, qml6-module-qtquick-templates, qml6-module-qtquick-layouts, qml6-module-qtqml-workerscript, qml6-module-qtquick-window, qml6-module-qtquick, libdecor-0-0, ${shlibs:Depends}, ${misc:Depends}, EXTRA_DEPS
Recommends: libgl1-mesa-dri, libgles2
Depends: qml6-module-qtquick-controls, qml6-module-qtquick-templates, qml6-module-qtquick-layouts, qml6-module-qtqml-workerscript, qml6-module-qtquick-window, qml6-module-qtquick, libdecor-0-0, libgles2, ${shlibs:Depends}, ${misc:Depends}, EXTRA_DEPS
Recommends: libgl1-mesa-dri
Description: NVIDIA GameStream client