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:
4
debian/control
vendored
4
debian/control
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user