~dbusmenu-team/libdbusmenu/trunk.16.10

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Ted Gould
  • Date: 2009-05-12 16:23:10 UTC
  • mfrom: (1.1.85 work)
  • Revision ID: ted@canonical.com-20090512162310-wz9hm3sks368ry8j
Merging in my working branch that brings in basic object functionality passing across DBus.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
AC_CONFIG_MACRO_DIR([m4])
21
21
 
22
22
###########################
 
23
# Dependencies - GLib
 
24
###########################
 
25
 
 
26
GLIB_REQUIRED_VERSION=2.18
 
27
DBUS_REQUIRED_VERSION=0.76
 
28
XML_REQUIRED_VERSION=2.6
 
29
 
 
30
PKG_CHECK_MODULES(DBUSMENUGLIB, glib-2.0 >= $GLIB_REQUIRED_VERSION
 
31
                                dbus-glib-1 >= $DBUS_REQUIRED_VERSION
 
32
                                libxml-2.0 >= $XML_REQUIRED_VERSION)
 
33
 
 
34
AC_SUBST(DBUSMENUGLIB_CFLAGS)
 
35
AC_SUBST(DBUSMENUGLIB_LIBS)
 
36
 
 
37
###########################
23
38
# Lib versioning 
24
39
###########################
25
40
 
54
69
libdbusmenu-gtk/dbusmenu-gtk.pc
55
70
libdbusmenu-qt/Makefile
56
71
libdbusmenu-qt/dbusmenu-qt.pc
 
72
tests/Makefile
57
73
])
58
74
 
59
75
###########################