summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Wimpress <[email protected]>2015-10-01 08:25:25 +0100
committerMartin Wimpress <[email protected]>2015-10-01 08:25:25 +0100
commit74ecc9204ec98997e234924ae806a89fcf71fc3e (patch)
tree9bf01f24af1251c9deaa1022f2e90f383cae4893
parent658a8d02d6cca77ac3a0ae6155aabc437bf9c0a4 (diff)
parent0a9439346e00aded616fe99773ffec2f3f7bcc49 (diff)
downloadmate-applets-74ecc9204ec98997e234924ae806a89fcf71fc3e.tar.bz2
mate-applets-74ecc9204ec98997e234924ae806a89fcf71fc3e.tar.xz
Merge pull request #160 from raveit65/master
drop dpendency to mate-icon-theme
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac
index b69e1a42..284dba78 100644
--- a/configure.ac
+++ b/configure.ac
@@ -20,7 +20,6 @@ LIBNOTIFY_REQUIRED=0.7.0
UPOWER_REQUIRED=0.9.4
DBUS_REQUIRED=1.1.2
DBUS_GLIB_REQUIRED=0.74
-MATE_ICON_THEME_REQUIRED=1.1.0
LIBXML_REQUIRED=2.5.0
POLKIT_REQUIRED=0.92
dnl ***************************************************************************
@@ -122,9 +121,6 @@ dnl ***************************************************************************
dnl *** Use pkg-config to check for dependancies ***
dnl ***************************************************************************
-dnl -- Check for mate-icon-theme (required) ----------------------------------
-PKG_CHECK_MODULES(GIT, mate-icon-theme >= $MATE_ICON_THEME_REQUIRED)
-
dnl -- check for gio (required) ------------------------------------------
PKG_CHECK_MODULES(GIO, gio-2.0 >= $GIO_REQUIRED gio-unix-2.0)
AC_SUBST(GIO_CFLAGS)