diff options
author | jstebbins <[email protected]> | 2014-12-04 21:51:58 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-04 21:51:58 +0000 |
commit | c8ba2592e8093444f44ce38123f2c023d71f01fc (patch) | |
tree | 1d506a4c02280c838d285cb4a02945ef3cb16df6 /gtk/configure.ac | |
parent | 9a22df485d2ec381edc42492b00b49c72d72c22c (diff) |
LinGui: remove POS appindicator
It's nothing but trouble. Buggy POS ubuntu crapware.
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6586 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/configure.ac')
-rw-r--r-- | gtk/configure.ac | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gtk/configure.ac b/gtk/configure.ac index fac3f167b..7630351d2 100644 --- a/gtk/configure.ac +++ b/gtk/configure.ac @@ -142,13 +142,6 @@ else CFLAGS="$CFLAGS -D_NO_UPDATE_CHECK" fi -PKG_CHECK_MODULES(libappindicator3, appindicator3-0.1, have_appind=yes, have_appind=no) -if test "x$have_appind" = "xyes" ; then - GHB_PACKAGES="$GHB_PACKAGES appindicator3-0.1" - CXXFLAGS="$CXXFLAGS -D_USE_APP_IND" - CFLAGS="$CFLAGS -D_USE_APP_IND" -fi - AM_CONDITIONAL([MINGW], [test "x$mingw_flag" = "xyes"]) PKG_CHECK_MODULES(GHB, [$GHB_PACKAGES]) |