Skip to content

Commit

Permalink
add missing x11extras dependency to control_bionic
Browse files Browse the repository at this point in the history
  • Loading branch information
jurplel authored Aug 9, 2023
1 parent 0586c00 commit 6ba4571
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dist/linux/debian/control_bionic
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Homepage: https://interversehq.com/qview

Package: qview
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5widgets5 (>= 5.9), libqt5network5 (>= 5.9), libqt5concurrent5 (>= 5.9)
Depends: ${shlibs:Depends}, ${misc:Depends}, libqt5widgets5 (>= 5.9), libqt5network5 (>= 5.9), libqt5concurrent5 (>= 5.9), libqt5x11extras5 (>= 5.9)
Recommends: qt5-image-formats-plugins (>= 5.9), libqt5svg5 (>= 5.9)
Suggests: qt-heif-image-plugin (>= 0.3.3), kimageformats (>= 5.38.0)
Description: Practical and minimal image viewer
Expand Down

0 comments on commit 6ba4571

Please sign in to comment.