From 6bc2b280c349851a05f28ca4b06fe5d51c59bea0 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Sat, 2 Dec 2017 19:18:59 +0100 Subject: Convert to Ayatana Indicators. --- configure.ac | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 3ec1f55..fc2e4fa 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([indicator-notifications], [0.3.3], [jason.conti@gmail.com]) +AC_INIT([ayatana-indicator-notifications], [0.4.0], [jason.conti@gmail.com]) AM_INIT_AUTOMAKE([-Wall -Werror]) @@ -30,7 +30,7 @@ GLIB_GSETTINGS INDICATOR_REQUIRED_VERSION=0.3.19 GTK3_REQUIRED_VERSION=3.0 -INDICATOR3_PKG_NAME=indicator3-0.4 +INDICATOR3_PKG_NAME=ayatana-indicator3-0.4 PKG_CHECK_MODULES(INDICATOR, $INDICATOR3_PKG_NAME >= $INDICATOR_REQUIRED_VERSION gtk+-3.0 >= GTK3_REQUIRED_VERSION) @@ -40,18 +40,7 @@ AC_SUBST(INDICATOR_LIBS) # Library directories from pkg-config -with_localinstall="no" -AC_ARG_ENABLE([localinstall], - [AS_HELP_STRING([--enable-localinstall], - [set default library directories instead of asking pkg-config (default is no)])], - [with_localinstall="yes"], - [with_localinstall="no"]) - -if test "x$with_localinstall" = "xyes"; then - INDICATORDIR="${libdir}/indicators/2/" -else - INDICATORDIR=`$PKG_CONFIG --variable=indicatordir $INDICATOR3_PKG_NAME` -fi +INDICATORDIR=`$PKG_CONFIG --variable=indicatordir $INDICATOR3_PKG_NAME` INDICATORICONSDIR="${datadir}/pixmaps/" AC_SUBST(INDICATORDIR) -- cgit v1.2.3