Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2008-08-21 12:52:39 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2008-08-21 12:52:39 (GMT)
commit2954f4c6d2c178ba005025a94f3d31e54fe37103 (patch)
tree42a50b293ca595e8b208e33e188219f634cf9fc5 /configure.ac
parent220c7a553162c197f4ee2f56902e66f0da256954 (diff)
User icon-slicer to generate the icons, instead of cursorthemegen.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 1ce2ce5..c679d72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,6 +14,8 @@ AC_PROG_CC
AC_HEADER_STDC
AC_PROG_LIBTOOL
+AC_PATH_PROG([ICON_SLICER], [icon-slicer])
+
PKG_CHECK_MODULES(GTK2, gtk+-2.0 >= 2.0.0,,
AC_MSG_ERROR([GTK+-2.0 is required to compile redhat-artwork]))
@@ -46,7 +48,6 @@ fi
AC_OUTPUT([
Makefile
cursor/Makefile
-cursor/cursorthemegen/Makefile
cursor/sugar/Makefile
icons/Makefile
icons/scalable/Makefile