Skip to content

Commit

Permalink
[ansible/venv] Add missing GUi dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
goldyfruit committed Dec 3, 2023
1 parent 36e5121 commit eb08fdf
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ansible/roles/ovos_installer/tasks/virtualenv/gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,17 @@
- libkf5plasma-dev
- libqt5webview5-dev
- qtmultimedia5-dev
- kdeconnect
- kirigami2-dev
- libkf5dbusaddons-dev
- libqt5webview5
- libkf5configcore5
- qml-module-qtwebengine
- qml-module-qtmultimedia
- qml-module-qtquick-shapes
- qml-module-termwidget
- qmltermwidget-common
- qtvirtualkeyboard-plugin
- libqt5multimedia5
- libqt5virtualkeyboard5
when: ansible_os_family == "Debian"
Expand All @@ -30,13 +34,16 @@
name:
- cmake
- gettext
- qmltermwidget
- qt5-qtwebsockets-devel
- qt5-qtdeclarative-devel
- qt5-qtmultimedia-devel
- qt5-qtwebview-devel
- qt5-qtwebengine
- qt5-qtmultimedia
- qt5-qtvirtualkeyboard
- qtermwidget
- kde-connect
- kf5-kio-devel
- kf5-knotifications-devel
- kf5-ki18n-devel
Expand Down

0 comments on commit eb08fdf

Please sign in to comment.