~ubuntu-branches/ubuntu/quantal/gnome-desktop3/quantal-proposed

« back to all changes in this revision

Viewing changes to .pc/02_refuse_to_break_GL_compositors.patch/configure.ac

  • Committer: Package Import Robot
  • Author(s): Robert Ancell
  • Date: 2012-06-05 16:10:52 UTC
  • mfrom: (1.5.10)
  • Revision ID: package-import@ubuntu.com-20120605161052-f7oft7thbnds4lxu
Tags: 3.5.2-0ubuntu1
* New upstream release
* debian/control:
  - Add build-depends on xkb-data, libxkbfile-dev
  - Update package names for new library version
* debian/rules:
  - Update package names for new library version
* debian/libgnome-desktop-3-4.symbols:
  - Updated
* debian/patches/03_default_display_is_internal.patch:
  - Applied upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
m4_define(gnome_platform, 3)
2
 
m4_define(gnome_minor, 4)
 
2
m4_define(gnome_minor, 5)
3
3
m4_define(gnome_micro, 2)
4
4
dnl gnome_sub is an optional sub-version which will not be advertised to the user
5
5
dnl It allows to release a 2.30.1.1 which is just a better 2.30.1
27
27
#   change to C+1:0:0
28
28
# - If the interface is the same as the previous version, change to C:R+1:A
29
29
 
30
 
LT_VERSION=3:4:1
 
30
LT_VERSION=4:0:0
31
31
AC_SUBST(LT_VERSION)
32
32
 
33
33
LT_PREREQ([2.2.6])
144
144
 
145
145
dnl pkg-config dependency checks
146
146
 
147
 
PKG_CHECK_MODULES(GNOME_DESKTOP, gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED gtk+-3.0 >= $GTK_REQUIRED glib-2.0 >= $GLIB_REQUIRED gio-2.0 >= $GLIB_REQUIRED gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED xrandr >= $XRANDR_REQUIRED xext >= $XEXT_REQUIRED)
 
147
PKG_CHECK_MODULES(GNOME_DESKTOP, gdk-pixbuf-2.0 >= $GDK_PIXBUF_REQUIRED
 
148
                                 gtk+-3.0 >= $GTK_REQUIRED
 
149
                                 glib-2.0 >= $GLIB_REQUIRED
 
150
                                 gio-2.0 >= $GLIB_REQUIRED
 
151
                                 gsettings-desktop-schemas >= $GSETTINGS_DESKTOP_SCHEMAS_REQUIRED
 
152
                                 xrandr >= $XRANDR_REQUIRED
 
153
                                 xext >= $XEXT_REQUIRED
 
154
                                 xkeyboard-config
 
155
                                 xkbfile)
 
156
 
 
157
XKB_BASE=$($PKG_CONFIG --variable xkb_base xkeyboard-config)
 
158
AC_SUBST(XKB_BASE)
148
159
 
149
160
AC_CACHE_CHECK(for timerfd_create(2) system call,
150
161
    gnome_cv_timerfd,AC_COMPILE_IFELSE([AC_LANG_PROGRAM([