diff options
Diffstat (limited to 'packaging/rpm/meshbay-client.spec')
| -rw-r--r-- | packaging/rpm/meshbay-client.spec | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packaging/rpm/meshbay-client.spec b/packaging/rpm/meshbay-client.spec index 867205f..0816741 100644 --- a/packaging/rpm/meshbay-client.spec +++ b/packaging/rpm/meshbay-client.spec @@ -17,6 +17,13 @@ Requires: libdrm Requires: mesa-libgbm Requires: alsa-lib Recommends: meshbay-node +# Weak deps: an unresolvable one is skipped, so naming the drivers of both +# families costs nothing and covers Fedora and RHEL alike. See hwaccel.py +# (node) / main.js (client) — neither assumes any of this is installed. +Recommends: libva +Recommends: intel-media-driver +Recommends: mesa-va-drivers +Suggests: libva-utils %description Desktop client for MeshBay. Connects to MeshBay nodes over WebRTC for |