Skip to content

Commit

Permalink
fix(Deps): Allow qt5-qiosk and qt6-qiosk to be used
Browse files Browse the repository at this point in the history
  • Loading branch information
Salamek committed Oct 16, 2023
1 parent 7ead88f commit e6a668c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stdeb.cfg
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[DEFAULT]
Package3: chromium-kiosk
Depends3: qiosk| qt6-qiosk, xorg, x11-xserver-utils, xinit, xserver-xorg-video-fbdev, xfwm4, alsa-utils, unclutter, xinput, python3-pkg-resources, psmisc
Depends3: qiosk | qt5-qiosk | qt6-qiosk, xorg, x11-xserver-utils, xinit, xserver-xorg-video-fbdev, xfwm4, alsa-utils, unclutter, xinput, python3-pkg-resources, psmisc

0 comments on commit e6a668c

Please sign in to comment.