[gnome-user-share] build: Remove configure checks for configuration UI
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-user-share] build: Remove configure checks for configuration UI
- Date: Thu, 21 Feb 2013 08:20:28 +0000 (UTC)
commit 0bb4c24a9ec2f03108069d318c929563ee61b63f
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 21 09:19:28 2013 +0100
build: Remove configure checks for configuration UI
The UI has been removed and now lives in gnome-control-center.
configure.ac | 4 ----
src/Makefile.am | 1 -
2 files changed, 0 insertions(+), 5 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 44c2ff7..657ffb3 100644
--- a/configure.ac
+++ b/configure.ac
@@ -64,10 +64,6 @@ PKG_CHECK_MODULES(USER_SHARE, glib-2.0 >= 2.28 gio-2.0 >= 2.26 gtk+-3.0 dbus-gli
AC_SUBST(USER_SHARE_CFLAGS)
AC_SUBST(USER_SHARE_LIBS)
-PKG_CHECK_MODULES(USER_SHARE_CONFIG, glib-2.0 >= 2.28 gtk+-3.0 >= 2.12.0)
-AC_SUBST(USER_SHARE_CONFIG_CFLAGS)
-AC_SUBST(USER_SHARE_CONFIG_LIBS)
-
AC_CHECK_LIB(socket, socket)
have_socket=no
diff --git a/src/Makefile.am b/src/Makefile.am
index c24dcc9..d49a70c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -27,7 +27,6 @@ INCLUDES= \
-I$(top_builddir) \
$(EXTENSION_CFLAGS) \
$(USER_SHARE_CFLAGS) \
- $(USER_SHARE_CONFIG_CFLAGS) \
$(X_CFLAGS)
gnome_user_share_SOURCES = \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]