summaryrefslogtreecommitdiff
path: root/freefilesync/debian
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-21 10:26:19 -0500
committerB Stack <bgstack15@gmail.com>2019-11-21 10:26:19 -0500
commit9af94200e08dc4696f2ed1a6dd9fb8881d3d7521 (patch)
tree9cc22d22124db0243a5b94dab1b10b67a9d3c34d /freefilesync/debian
parentfreefilesync 10.18 dpkg rc1 (diff)
downloadstackrpms-9af94200e08dc4696f2ed1a6dd9fb8881d3d7521.tar.gz
stackrpms-9af94200e08dc4696f2ed1a6dd9fb8881d3d7521.tar.bz2
stackrpms-9af94200e08dc4696f2ed1a6dd9fb8881d3d7521.zip
fix dependency from libgtk2.0-dev to libgtk-3-dev
Diffstat (limited to 'freefilesync/debian')
-rw-r--r--freefilesync/debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/freefilesync/debian/control b/freefilesync/debian/control
index ff05fc3..4d8291f 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>=11~),
autotools-dev,
imagemagick,
libcurl4-openssl-dev,
- libgtk2.0-dev,
+ libgtk-3-dev,
libssh2-1-dev,
libssl-dev,
libwxgtk3.0-gtk3-dev,
bgstack15