summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2023-07-25 10:06:50 -0400
committerB. Stack <bgstack15@gmail.com>2023-07-25 10:06:50 -0400
commit61ce5a5aac7c9b1a5ddd64817798e79c81b10a16 (patch)
treee681c0b94e5d6aaec2f88a13355011e8fb25d446 /freefilesync/debian/control
parentMerge branch 'makemkv-bump' (diff)
downloadstackrpms-61ce5a5aac7c9b1a5ddd64817798e79c81b10a16.tar.gz
stackrpms-61ce5a5aac7c9b1a5ddd64817798e79c81b10a16.tar.bz2
stackrpms-61ce5a5aac7c9b1a5ddd64817798e79c81b10a16.zip
ffs 12.5 rc1
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 627cfb2..ee7ec1f 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>=12~),
g++-12,
libbrotli-dev,
libcurl4-openssl-dev (>=7.83.1-1+b1),
- libglibmm-2.4-dev,
+ libglibmm-2.4-dev | glibmm24-devel,
libssh2-1-dev (>=1.10.0-3+b1),
libssl-dev (>=3.0.3-5),
wx3.2-headers,
bgstack15