[gnome-online-accounts] configure.ac: split tp-aw's configure options to make them more readable



commit 1ad32473c79f60776868b1f11fd960f7ea9fec79
Author: Marco Barisione <marco barisione collabora co uk>
Date:   Thu Aug 22 11:37:48 2013 +0100

    configure.ac: split tp-aw's configure options to make them more readable
    
    https://bugzilla.gnome.org/show_bug.cgi?id=696267

 configure.ac |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 906e8e6..513ba93 100644
--- a/configure.ac
+++ b/configure.ac
@@ -108,7 +108,9 @@ GOBJECT_INTROSPECTION_CHECK([0.6.2])
 # telepathy-account-widgets
 prev_top_build_prefix=$ac_top_build_prefix
 prev_ac_configure_args=$ac_configure_args
-ac_configure_args="$ac_configure_args --with-pkgdatadir=${datadir}/gnome-online-accounts --with-cheese=no 
--disable-gudev"
+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"
 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]