aboutsummaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-05 19:44:30 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2012-04-05 19:44:30 +0800
commitbeae7d25b600079c3f71c7dcc35cfa0f3e6d34fc (patch)
tree49b0bfbd2f8d3e985fc61aa3e6a8f28a76d72d59 /configure.ac
parentcf118e67c08e1d50b456a7127b0c879740d30e85 (diff)
downloadgsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.gz
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.bz2
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.lz
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.xz
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.tar.zst
gsoc2013-empathy-beae7d25b600079c3f71c7dcc35cfa0f3e6d34fc.zip
Remove Meego specific code
It's not used any more by Intel.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac33
1 files changed, 0 insertions, 33 deletions
diff --git a/configure.ac b/configure.ac
index 4a4a43ce7..be604e734 100644
--- a/configure.ac
+++ b/configure.ac
@@ -479,38 +479,6 @@ AC_SUBST(GEOCODE_CFLAGS)
AC_SUBST(GEOCODE_LIBS)
# -----------------------------------------------------------
-# meego widgets support
-# -----------------------------------------------------------
-AC_ARG_ENABLE(meego,
- AS_HELP_STRING([--enable-meego=@<:@no/yes@:>@],
- [Enable meego widgets]), ,
- enable_meego=no)
-
-if test "x$enable_meego" != "xno"; then
- PKG_CHECK_MODULES(MEEGO,
- [
- mx-gtk-1.0
- gio-unix-2.0
- ], have_meego="yes", have_meego="no")
-
- if test "x$have_meego" = "xyes"; then
- AC_DEFINE(HAVE_MEEGO, 1, [Define if you have meego])
- fi
-else
- have_meego="no"
-fi
-
-if test "x$enable_meego" = "xyes" -a "x$have_meego" != "xyes"; then
- AC_MSG_ERROR([Could not find meego dependencies:
-
-$MEEGO_PKG_ERRORS])
-fi
-
-AM_CONDITIONAL(HAVE_MEEGO, test "x$have_meego" = "xyes")
-AC_SUBST(MEEGO_CFLAGS)
-AC_SUBST(MEEGO_LIBS)
-
-# -----------------------------------------------------------
# nautilus-sendto
# -----------------------------------------------------------
AC_ARG_ENABLE(nautilus-sendto,
@@ -640,7 +608,6 @@ Configure summary:
Display maps (libchamplain).: ${have_libchamplain}
Location awareness (Geoclue): ${have_geoclue}
Geocode support (Geocode)...: ${have_geocode}
- Meego widgets...............: ${have_meego}
Cheese webcam support ......: ${have_cheese}
Camera monitoring...........: ${have_gudev}