~ken-vandine/ubuntu/precise/gnome-control-center/precise

« back to all changes in this revision

Viewing changes to .pc/revert_git_stop_using_gconf.patch/configure.ac

  • Committer: Ken VanDine
  • Author(s): Mathieu Trudel-Lapierre, Conor Curran & David Henningsson
  • Date: 2012-04-27 17:04:53 UTC
  • mfrom: (1.1.59)
  • Revision ID: ken.vandine@canonical.com-20120427170453-21l7sdqr76xr20ji
Tags: 1:3.4.1-0ubuntu2
* debian/patches/deal_with_null_ssid.patch: don't try to dereference ssid when
  it's NULL (i.e. for non-broadcasting APs). (LP: #908670, #912948)

[ Conor Curran & David Henningsson ]
* debian/patches/96_sound_nua_panel.patch:
  - updated version including fixes for
  - "moving running input stream fails" (lp: #984637)
  - "peak detection on input tab doubles up on level"(lp: #987626)
  - "SIGSEGV in gvc_mixer_ui_device_get_description()" (lp: #982495)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
m4_define([gnome_control_center_version], 3.3.91)
 
1
m4_define([gnome_control_center_version], 3.4.1)
2
2
AC_INIT([gnome-control-center], [gnome_control_center_version],
3
3
        [http://bugzilla.gnome.org/enter_bug.cgi?product=gnome-control-center])
4
4
 
106
106
                  gnome-desktop-3.0 >= $GNOME_DESKTOP_REQUIRED_VERSION
107
107
                  polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION
108
108
                  gdk-pixbuf-2.0 >= $GDKPIXBUF_REQUIRED_VERSION)
109
 
PKG_CHECK_MODULES(DISPLAY_PANEL, $COMMON_MODULES gnome-desktop-3.0 >= 3.1.0)
 
109
PKG_CHECK_MODULES(DISPLAY_PANEL, $COMMON_MODULES gnome-desktop-3.0 >= 3.1.0 gconf-2.0)
110
110
PKG_CHECK_MODULES(INFO_PANEL, $COMMON_MODULES libgtop-2.0
111
111
                  polkit-gobject-1 >= $POLKIT_REQUIRED_VERSION)
112
112
PKG_CHECK_MODULES(KEYBOARD_PANEL, $COMMON_MODULES x11)