[gnome-online-accounts] configure.ac: pass --with-icondir to tpaw's configure



commit 58452f4e98a37fc4f7039e1782625b4b4b9f1ea1
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Thu Aug 22 11:40:08 2013 +0100

    configure.ac: pass --with-icondir to tpaw's configure
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696267

 configure.ac |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 513ba93..051fdfb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,6 +111,9 @@ prev_ac_configure_args=$ac_configure_args
 ac_configure_args="$ac_configure_args --with-cheese=no --disable-gudev"
 # install the data together with the rest of GOA's data
 ac_configure_args="$ac_configure_args --with-pkgdatadir=${datadir}/gnome-online-accounts"
+# GOA ships its icons directly in ${datadir}/icons (usually /usr/share/icons/) and not
+# in its own data directory
+ac_configure_args="$ac_configure_args --with-icondir=${datadir}/icons"
 AX_CONFIG_DIR([telepathy-account-widgets])
 ac_top_build_prefix=$prev_top_build_prefix
 ac_configure_args=$prev_ac_configure_args


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]