Skip to content
Snippets Groups Projects
Commit 14a328b8 authored by Jérôme Lamy's avatar Jérôme Lamy :chicken:
Browse files

build: fix arch missing qt dependencies

Add qt6 missing dependencies to perform build on arch.
Remove non-existent qt6 library not part of the arch repo.

Change-Id: Iebec9927b8e4e536bb5115dcc579b91b55a3fe13
parent ea7b759e
Branches
Tags
No related merge requests found
...@@ -178,7 +178,8 @@ PACMAN_CLIENT_DEPENDENCIES = [ ...@@ -178,7 +178,8 @@ PACMAN_CLIENT_DEPENDENCIES = [
# lrc # lrc
'qt6-base', 'qt6-base',
# client-qt # client-qt
'qt6-declarative', 'qt6-graphicaleffects', 'qt6-multimedia', 'qt6-declarative', 'qt6-5compat' , 'qt6-multimedia',
'qt6-networkauth', 'qt6-shadertools',
'qt6-svg', 'qt6-tools', 'qt6-svg', 'qt6-tools',
'qrencode', 'libnm' 'qrencode', 'libnm'
] ]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment