[gnome-getting-started-docs] Remove the movie player here



commit 3b530a7b000a7696338b5bbcd7c6b3dc2a3df200
Author: Matthias Clasen <mclasen redhat com>
Date:   Mon Nov 12 08:12:57 2012 -0500

    Remove the movie player here
    
    It makes more sense to keep it in the gnome-initial-setup module,
    where it has been moved now.

 Makefile.am        |    2 +-
 configure.ac       |   16 -----
 player/Makefile.am |    6 --
 player/player.c    |  187 ----------------------------------------------------
 4 files changed, 1 insertions(+), 210 deletions(-)
---
diff --git a/Makefile.am b/Makefile.am
index c4c6cd4..db09367 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1 +1 @@
-SUBDIRS = getting-started player
+SUBDIRS = getting-started
diff --git a/configure.ac b/configure.ac
index 1f8d11e..0ce4089 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,29 +2,13 @@ AC_INIT([gnome-getting-started-docs], [3.6.2],
         [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-getting-started-docs])
 AM_INIT_AUTOMAKE([1.11 tar-ustar dist-xz no-dist-gzip])
 AM_SILENT_RULES([yes])
-AC_PROG_CC
 
 YELP_HELP_INIT
 
 AM_MAINTAINER_MODE([enable])
 
-PKG_CHECK_MODULES(PLAYER, [clutter-gst-1.0 clutter-x11-1.0])
-
-if test "$GCC" = "yes"; then
-        CFLAGS="\
-        -Wall \
-        -Wchar-subscripts -Wmissing-declarations -Wmissing-prototypes \
-        -Wnested-externs -Wpointer-arith \
-        -Wcast-align -Wsign-compare \
-        -Werror $CFLAGS"
-fi
-
-AC_SUBST(CFLAGS)
-
-AM_CONFIG_HEADER(config.h)
 AC_CONFIG_FILES([
 Makefile
 getting-started/Makefile
-player/Makefile
 ])
 AC_OUTPUT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]