[gnome-applets] configure.ac: fix broken applet install dir
- From: Alberts Muktupāvels <muktupavels src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-applets] configure.ac: fix broken applet install dir
- Date: Sat, 30 Aug 2014 18:58:28 +0000 (UTC)
commit 45d84f811bb98f8caac479dd56d250fc5ed9e14b
Author: Alberts Muktupāvels <alberts muktupavels gmail com>
Date: Sat Aug 30 21:40:43 2014 +0300
configure.ac: fix broken applet install dir
configure.ac | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 3c5b56b..5607635 100644
--- a/configure.ac
+++ b/configure.ac
@@ -124,7 +124,7 @@ AC_SUBST(GNOME_APPLETS_LIBS)
AC_ARG_WITH([libpanel-applet-dir], [], [LIBPANEL_APPLET_DIR=$withval], [LIBPANEL_APPLET_DIR=""])
if test "$LIBPANEL_APPLET_DIR" == ""; then
- LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanel-applet`
+ LIBPANEL_APPLET_DIR=`$PKG_CONFIG --variable=libpanel_applet_dir libpanelapplet-4.0`
fi
AC_MSG_NOTICE([installing applets in $LIBPANEL_APPLET_DIR])
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]