~indicator-applet-developers/dbus-test-runner/trunk.16.10

« back to all changes in this revision

Viewing changes to configure.ac

  • Committer: Marco Trevisan (Treviño)
  • Date: 2018-12-22 01:46:15 UTC
  • mto: This revision was merged to the branch mainline in revision 101.
  • Revision ID: mail@3v1n0.net-20181222014615-y8umcfoawwr1dqnn
configure.ac, debian/control: bump build-dependency to glib 2.38

This is the first version exposing the newly used G_DEFINE_TYPE_WITH_PRIVATE

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
m4_ifdef([AM_SILENT_RULES],[AM_SILENT_RULES([yes])])
23
23
 
24
24
###########################
25
 
# Dependencies 
 
25
# Dependencies
26
26
###########################
27
27
 
28
 
GLIB_REQUIRED_VERSION=2.34
 
28
GLIB_REQUIRED_VERSION=2.38
29
29
DBUS_REQUIRED_VERSION=0.76
30
30
GIO_REQUIRED_VERSION=2.30
31
31