~ubuntu-branches/ubuntu/saucy/indicator-appmenu/saucy-updates

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Package Import Robot
  • Author(s): Automatic PS uploader, Mathieu Trudel-Lapierre, Automatic PS uploader
  • Date: 2013-02-20 09:41:54 UTC
  • mfrom: (1.1.40)
  • Revision ID: package-import@ubuntu.com-20130220094154-zrxsx0vgay436wyt
Tags: 13.01.0daily13.02.20-0ubuntu1
[ Mathieu Trudel-Lapierre ]
* Artificially bump upstream major version to please hud.

[ Automatic PS uploader ]
* Automatic snapshot from revision 234

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
AC_INIT([indicator-appmenu],
2
 
        [12.10.3],
 
2
        [13.01.0],
3
3
        [http://bugs.launchpad.net/indicator-appmenu],
4
4
        [indicator-appmenu],
5
5
        [http://launchpad.net/indicator-appmenu])
76
76
AC_SUBST(INDICATOR_LIBS)
77
77
 
78
78
###########################
79
 
# Dependencies
80
 
###########################
81
 
 
82
 
DBUSMENU_GLIB_REQUIRED_VERSION=0.4.0
83
 
BAMF_REQUIRED_VERSION=0.2.53
84
 
SQLITE_REQUIRED_VERSION=0.0
85
 
 
86
 
PKG_CHECK_MODULES([HUD],[
87
 
                dbusmenu-glib-0.4 >= $DBUSMENU_GLIB_REQUIRED_VERSION
88
 
                gio-2.0 >= $GIO_REQUIRED_VERSION
89
 
                libbamf3
90
 
                sqlite3 >= $SQLITE_REQUIRED_VERSION
91
 
])
92
 
 
93
 
PKG_CHECK_MODULES([HUD_CLIENT],[
94
 
                gio-unix-2.0 >= $GIO_REQUIRED_VERSION
95
 
                gtk+-3.0 >= $GTK_REQUIRED_VERSION
96
 
])
97
 
 
98
 
###########################
99
79
# CLI Dependencies
100
80
###########################
101
81
 
233
213
data/Makefile
234
214
tools/Makefile
235
215
po/Makefile.in
236
 
tools-vala/Makefile
237
216
tests/Makefile
238
217
tests/manual/Makefile
239
 
docs/Makefile
240
 
docs/man/Makefile
241
 
docs/devel/Makefile
242
218
])
243
219
 
244
220
###########################