diff options
author | Alan Fitton <alan@eth0.org.uk> | 2012-08-19 23:49:14 +0100 |
---|---|---|
committer | Alan Fitton <alan@eth0.org.uk> | 2012-08-19 23:49:14 +0100 |
commit | 7737a63b3b03169224def40b1cd63e0462866c97 (patch) | |
tree | 55b0fa68ca4b28ab9b3651b9179e27aad491af54 /debian | |
parent | 9388f74f55721835e9aa88c0a877e805b7b43eb8 (diff) |
use gtk3 by default with gtk2 fallback, and add --enable-gtk2 flag. update debian/control file to build with gtk3 libs.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index c7f0c0d..8ad0ea1 100644 --- a/debian/control +++ b/debian/control @@ -3,9 +3,9 @@ Section: net Priority: optional Maintainer: Alan Fitton <alan@eth0.org.uk> Build-Depends: debhelper, autotools-dev, libcurl4-openssl-dev, - libgtk2.0-dev (>= 2.16~), libglib2.0-dev (>= 2.22~), libproxy-dev, - libnotify-dev, libunique-dev, libjson-glib-dev, libgeoip-dev, intltool, - dh-autoreconf, libappindicator-dev + libgtk3.0-dev, libglib2.0-dev (>= 2.22~), libproxy-dev, + libnotify-dev, libjson-glib-dev, libgeoip-dev, intltool, + dh-autoreconf, libappindicator3-dev Standards-Version: 3.9.2 Homepage: http://code.google.com/p/transmission-remote-gtk/ Vcs-Svn: http://transmission-remote-gtk.googlecode.com/svn/trunk/ |