~ubuntu-branches/ubuntu/raring/gnome-contacts/raring-proposed

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-09-18 09:56:41 UTC
  • mfrom: (1.3.5)
  • Revision ID: package-import@ubuntu.com-20120918095641-0yxjv943hl8gb686
Tags: 3.5.92-0ubuntu1
* New upstream bugfix release
* debian/control:
  - Drop build-depends on libgstreamer-plugins-base0.10-dev,
    libgstreamer0.10-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ([2.67])
2
 
AC_INIT([gnome-contacts],[3.5.91],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
 
2
AC_INIT([gnome-contacts],[3.5.92],[http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-contacts])
3
3
AC_CONFIG_SRCDIR([src/main.vala])
4
4
AC_CONFIG_HEADERS([config.h])
5
5
AC_CONFIG_MACRO_DIR([m4])
57
57
            with_cheese=auto)
58
58
 
59
59
if test x"$with_cheese" != x"no" ; then
60
 
   PKG_CHECK_MODULES(CHEESE, gstreamer-0.10 gstreamer-interfaces-0.10 cheese-gtk >= 3.3.5 cheese, [have_cheese=yes], [have_cheese=no])
 
60
   PKG_CHECK_MODULES(CHEESE, cheese-gtk >= 3.3.91 cheese, [have_cheese=yes], [have_cheese=no])
61
61
   if test x${have_cheese} = xyes; then
62
62
     AC_DEFINE(HAVE_CHEESE, 1, [Define to 1 to enable cheese webcam support])
63
63
   fi
69
69
fi
70
70
AM_CONDITIONAL(BUILD_CHEESE, test x${have_cheese} = xyes)
71
71
 
72
 
CONTACTS_CHEESE_PACKAGES="--pkg gdk-x11-3.0 --pkg gstreamer-0.10 --pkg gstreamer-interfaces-0.10"
73
 
AC_SUBST(CONTACTS_CHEESE_PACKAGES)
74
 
 
75
72
#############
76
73
# Resources #
77
74
#############