diff options
author | jstebbins <[email protected]> | 2011-06-20 15:58:36 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2011-06-20 15:58:36 +0000 |
commit | 5c75564427bbb893c4444af1d8c7304ce5343dcf (patch) | |
tree | d615017f668919154355ed469f0b6a8205b106a4 /pkg/linux/debian | |
parent | 2625067e6983ff27d139352178662926020d37d3 (diff) |
LinGui: Add status tray icon support for Ubuntu 11.04
Ubuntu disables GtkStatusIcon support in Unity and instead uses a new
API called AppIndicator. So this adds support for appindicator when
it is detected by configure.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@4067 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'pkg/linux/debian')
-rw-r--r-- | pkg/linux/debian/control.natty | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/debian/control.natty b/pkg/linux/debian/control.natty index bda98e106..43df45eee 100644 --- a/pkg/linux/debian/control.natty +++ b/pkg/linux/debian/control.natty @@ -2,7 +2,7 @@ Source: handbrake Section: graphics Priority: optional Maintainer: John Stebbins <[email protected]> -Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev, libwebkitgtk-dev, libnotify-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, wget, subversion, python (>= 2.6) +Build-Depends: debhelper (>= 6), autotools-dev, libtool, libgudev-1.0-dev, intltool, autoconf, yasm (>= 0.7.0), libbz2-dev, zlib1g-dev, libwebkitgtk-dev, libnotify-dev, libgstreamer0.10-dev, libgstreamer-plugins-base0.10-dev, wget, subversion, python (>= 2.6), libappindicator-dev Standards-Version: 3.8.4 Homepage: http://www.handbrake.fr/ |