diff options
author | B. Stack <bgstack15@gmail.com> | 2022-05-24 09:51:03 -0400 |
---|---|---|
committer | B. Stack <bgstack15@gmail.com> | 2022-05-24 09:51:03 -0400 |
commit | 50470fbc44d3f1dd8b0420ce95b1d4b54cb10af9 (patch) | |
tree | 994574eaab0cc5673967dae2ce1db63576ec7dd6 /freefilesync/debian/control | |
parent | ffs 11.21 rpm rc1 (diff) | |
download | stackrpms-50470fbc44d3f1dd8b0420ce95b1d4b54cb10af9.tar.gz stackrpms-50470fbc44d3f1dd8b0420ce95b1d4b54cb10af9.tar.bz2 stackrpms-50470fbc44d3f1dd8b0420ce95b1d4b54cb10af9.zip |
ffs: on devuan use g++-12 and fix new wx3.1.1 stuff
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r-- | freefilesync/debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control index 9301bd0..f200bc3 100644 --- a/freefilesync/debian/control +++ b/freefilesync/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: B. Stack <bgstack15@gmail.com> Build-Depends: debhelper (>=12~), imagemagick, - g++-11, + g++-12, libbrotli-dev, libcurl4-openssl-dev (>=7.82.0), libglibmm-2.4-dev, |