[tasks] Remove Hildon port
- From: Ross Burton <rburton src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasks] Remove Hildon port
- Date: Tue, 11 Oct 2011 14:16:35 +0000 (UTC)
commit a0b57aaf3dd0004f028ca79415a742e041fc40e9
Author: Ross Burton <ross linux intel com>
Date: Tue Oct 11 15:11:28 2011 +0100
Remove Hildon port
configure.ac | 18 --
po/POTFILES.in | 2 -
src/Makefile.am | 4 -
src/hildon/Makefile.am | 13 -
src/hildon/hildon-tasks.c | 616 ---------------------------------------------
src/hildon/tasks-ui.xml | 16 --
6 files changed, 0 insertions(+), 669 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index 1c459fb..388fc22 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,19 +31,6 @@ AC_ARG_ENABLE(gtk,
,enable_gtk=yes)
AM_CONDITIONAL(WITH_GTK, test "x$enable_gtk" = "xyes")
-hildon=false
-AC_ARG_ENABLE(hildon,AS_HELP_STRING([--enable-hildon],[Turn on Hildon frontend]),[
- if test "x$enableval" = "xyes" ; then
- PKG_CHECK_MODULES(HILDON,
- [hildon-1,
- dbus-1,
- libhildonmime
- ],
- hildon=true, hildon=false)
- fi])
-AM_CONDITIONAL(WITH_HILDON, test "x$hildon" = "xtrue")
-
-
AC_ARG_WITH(owl,
AS_HELP_STRING([--with-owl],[Use the OWL menu]),
,with_owl=no)
@@ -116,13 +103,8 @@ po/Makefile.in
libkoto/Makefile
src/Makefile
src/gtk/Makefile
-src/hildon/Makefile
])
if test "x$enable_gtk" = "xyes" ; then
AC_MSG_NOTICE([Building GTK frontend])
fi
-
-if test "x$hildon" = "xtrue" ; then
- AC_MSG_NOTICE([Building Hildon frontend])
-fi
diff --git a/po/POTFILES.in b/po/POTFILES.in
index c37a1e0..6b88a30 100644
--- a/po/POTFILES.in
+++ b/po/POTFILES.in
@@ -30,5 +30,3 @@ libkoto/test-ical-util.c
libkoto/test-koto-group-store.c
src/gtk/main.c
-src/hildon/hildon-tasks.c
-src/omoko/openmoko-tasks.c
diff --git a/src/Makefile.am b/src/Makefile.am
index caab828..81df44e 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -3,7 +3,3 @@ SUBDIRS =
if WITH_GTK
SUBDIRS += gtk
endif
-
-if WITH_HILDON
-SUBDIRS += hildon
-endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]