diff options
author | jstebbins <[email protected]> | 2014-12-04 21:53:41 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2014-12-04 21:53:41 +0000 |
commit | cfec1a964ac58e7830a9f472171a063bbed0342b (patch) | |
tree | 0cec7803be51e012609305103ca0b4d234b7635c /gtk/configure.ac | |
parent | 6747d0d4ae5ab3d94fe986823bc61e68392fb39c (diff) |
LinGui: remove POS appindicator
It's nothing but trouble. Buggy POS ubuntu crapware.
git-svn-id: svn://svn.handbrake.fr/HandBrake/branches/0.10.x@6587 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]) |