summaryrefslogtreecommitdiff
path: root/freefilesync/debian/control
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-11-21 10:13:10 -0500
committerB Stack <bgstack15@gmail.com>2019-11-21 10:13:10 -0500
commit5135aabfb967d450c62b2c9d8d231417f237033d (patch)
tree6f41b09f9fc155cc62edd4a88ee32664c4b83825 /freefilesync/debian/control
parentWIP: add ffs_no_eraseif.patch (diff)
downloadstackrpms-5135aabfb967d450c62b2c9d8d231417f237033d.tar.gz
stackrpms-5135aabfb967d450c62b2c9d8d231417f237033d.tar.bz2
stackrpms-5135aabfb967d450c62b2c9d8d231417f237033d.zip
freefilesync 10.18 dpkg rc1
Had to switch to gtk3 because libwxgtk3.0-dev was dropped in Debian
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 a60410c..ff05fc3 100644
--- a/freefilesync/debian/control
+++ b/freefilesync/debian/control
@@ -9,7 +9,7 @@ Build-Depends: debhelper (>=11~),
libgtk2.0-dev,
libssh2-1-dev,
libssl-dev,
- libwxgtk3.0-dev,
+ libwxgtk3.0-gtk3-dev,
wx3.0-headers,
unzip
Standards-Version: 4.1.4
bgstack15