summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'freefilesync/debian/control')
-rw-r--r--freefilesync/debian/control12
1 files changed, 8 insertions, 4 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index 4d8291f..58a71cf 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -2,16 +2,20 @@ Source: freefilesync
Section: utils
Priority: optional
Maintainer: B Stack <bgstack15@gmail.com>
-Build-Depends: debhelper (>=11~),
+Build-Depends: debhelper (>=12~),
autotools-dev,
imagemagick,
libcurl4-openssl-dev,
- libgtk-3-dev,
libssh2-1-dev,
libssl-dev,
- libwxgtk3.0-gtk3-dev,
wx3.0-headers,
- unzip
+ unzip,
+# gtk2 version
+ libgtk2.0-dev,
+ libwxgtk3.0-dev,
+# gtk3 version
+# libgtk-3-dev,
+# libwxgtk3.0-gtk3-dev,
Standards-Version: 4.1.4
Homepage: https://freefilesync.org/
bgstack15