From 5be88b3ef4985623736f313359e0a9deee9d7027 Mon Sep 17 00:00:00 2001 From: Jason Conti Date: Wed, 15 Jan 2014 15:15:40 -0500 Subject: * Use icon-name instead of pixbufs to set the indicator icon * Move the default icons to datadir/pixmaps/ --- configure.ac | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index ed8c46c..3d118f5 100644 --- a/configure.ac +++ b/configure.ac @@ -48,11 +48,10 @@ AC_ARG_ENABLE([localinstall], if test "x$with_localinstall" = "xyes"; then INDICATORDIR="${libdir}/indicators/2/" - INDICATORICONSDIR="${datadir}/libindicate/icons/" else INDICATORDIR=`$PKG_CONFIG --variable=indicatordir $INDICATOR3_PKG_NAME` - INDICATORICONSDIR=`$PKG_CONFIG --variable=iconsdir $INDICATOR3_PKG_NAME` fi +INDICATORICONSDIR="${datadir}/pixmaps/" AC_SUBST(INDICATORDIR) AC_SUBST(INDICATORICONSDIR) -- cgit v1.2.3