~ubuntu-branches/ubuntu/vivid/libunity-misc/vivid

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2011-08-01 17:35:56 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20110801173556-859qxyar2xfd3hli
Tags: 4.0.4-0ubuntu1
* New upstream release.
* debian/libunity-misc4.symbols:
  - add the new symbols
* debian/control:
  - build-dep on libx11-dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_PREREQ(2.59)
2
2
 
3
3
AC_INIT([libunity-misc],
4
 
        [4.0.2],
 
4
        [4.0.4],
5
5
        [https://bugs.launchpad.net/avani])
6
6
AC_CONFIG_SRCDIR([unity-misc/na-tray.h])
7
7
 
17
17
# - If binary compatibility has been broken (eg removed or changed interfaces)
18
18
#   change to C+1:0:0
19
19
# - If the interface is the same as the previous version, change to C:R+1:A
20
 
UNITY_MISC_LT_CURRENT=4
 
20
UNITY_MISC_LT_CURRENT=5
21
21
UNITY_MISC_LT_REV=0
22
 
UNITY_MISC_LT_AGE=0
 
22
UNITY_MISC_LT_AGE=1
23
23
UNITY_MISC_LT_VERSION="$UNITY_MISC_LT_CURRENT:$UNITY_MISC_LT_REV:$UNITY_MISC_LT_AGE"
24
24
UNITY_MISC_LT_LDFLAGS="-version-info $UNITY_MISC_LT_VERSION"
25
25
 
52
52
                  gdk-x11-3.0 >= 3.0
53
53
                  gtk+-3.0 >= 3.0
54
54
                  gtk+-x11-3.0 >= 3.0
 
55
                  x11
55
56
                 )
56
57
AC_SUBST(UNITY_MISC_CFLAGS)
57
58
AC_SUBST(UNITY_MISC_LIBS)