[tasks/gnome3: 1/14] Remove OpenMoko port
- From: Ross Burton <rburton src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [tasks/gnome3: 1/14] Remove OpenMoko port
- Date: Wed, 27 Apr 2011 18:43:53 +0000 (UTC)
commit df0550442f60f34cbe3cae9c12d97edd78208503
Author: Ross Burton <ross linux intel com>
Date: Wed Apr 27 19:03:35 2011 +0100
Remove OpenMoko port
configure.ac | 15 --
src/Makefile.am | 4 -
src/omoko/Makefile.am | 10 -
src/omoko/openmoko-tasks.c | 395 --------------------------------------------
4 files changed, 0 insertions(+), 424 deletions(-)
---
diff --git a/configure.ac b/configure.ac
index da715c4..1c459fb 100644
--- a/configure.ac
+++ b/configure.ac
@@ -31,16 +31,6 @@ AC_ARG_ENABLE(gtk,
,enable_gtk=yes)
AM_CONDITIONAL(WITH_GTK, test "x$enable_gtk" = "xyes")
-omoko=false
-AC_ARG_ENABLE(omoko,AS_HELP_STRING([--enable-omoko],[Turn on OpenMoko frontend]),[
- if test "x$enableval" = "xyes" ; then
- PKG_CHECK_MODULES(OMOKO,[libmokoui2],
- omoko=true,
- omoko=false)
- fi])
-AM_CONDITIONAL(WITH_OMOKO, test "x$omoko" = "xtrue")
-
-
hildon=false
AC_ARG_ENABLE(hildon,AS_HELP_STRING([--enable-hildon],[Turn on Hildon frontend]),[
if test "x$enableval" = "xyes" ; then
@@ -126,7 +116,6 @@ po/Makefile.in
libkoto/Makefile
src/Makefile
src/gtk/Makefile
-src/omoko/Makefile
src/hildon/Makefile
])
@@ -134,10 +123,6 @@ if test "x$enable_gtk" = "xyes" ; then
AC_MSG_NOTICE([Building GTK frontend])
fi
-if test "x$omoko" = "xtrue" ; then
- AC_MSG_NOTICE([Building OpenMoko frontend])
-fi
-
if test "x$hildon" = "xtrue" ; then
AC_MSG_NOTICE([Building Hildon frontend])
fi
diff --git a/src/Makefile.am b/src/Makefile.am
index cd4feee..caab828 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -4,10 +4,6 @@ if WITH_GTK
SUBDIRS += gtk
endif
-if WITH_OMOKO
-SUBDIRS += omoko
-endif
-
if WITH_HILDON
SUBDIRS += hildon
endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]