Temporarily disable dependencies that require GTK+2

This commit is contained in:
Hylke Bons 2013-10-08 18:40:37 +02:00
parent ff7b62f84f
commit 0e48708ffd
2 changed files with 3 additions and 1 deletions

View file

@ -3,7 +3,7 @@ SUBDIRS = Pixmaps
ASSEMBLY = SparkleShare
TARGET = exe
LINK = $(REF_SPARKLESHARE) $(NOTIFY_SHARP_LIBS) $(WEBKIT_SHARP_LIBS)
LINK = $(REF_SPARKLESHARE)
if HAVE_APP_INDICATOR
BUILD_DEFINES="-define:HAVE_APP_INDICATOR"

View file

@ -98,6 +98,8 @@ if test "$OSNAME" = "Linux" ; then
enable_appindicator="no")
fi
enable_appindicator="no"
if test x$enable_appindicator = xyes ; then
PKG_CHECK_EXISTS([appindicator-sharp-0.1 >= $APPINDICATOR_REQUIRED],,
AC_MSG_ERROR([appindicator-sharp-0.1 is not installed]))