~indicator-applet-developers/notify-osd/trunk

« back to all changes in this revision

Viewing changes to configure.in

  • Committer: Alberts Muktupāvels
  • Date: 2014-12-20 20:05:35 UTC
  • mto: This revision was merged to the branch mainline in revision 486.
  • Revision ID: alberts.muktupavels@gmail.com-20141220200535-ua6yimasyj3y74jm
don't use deprecated GTK_TYPE_HBOX and GTK_TYPE_VBOX

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#
32
32
# glib, we need 2.16.0 for the unit-tests
33
33
#
34
 
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.36.0 gthread-2.0 gio-2.0])
 
34
PKG_CHECK_MODULES([GLIB], [glib-2.0 >= 2.16.0 gthread-2.0 gio-2.0])
35
35
 
36
36
#
37
37
# libwnck used by the dnd code
69
69
 
70
70
AM_PATH_GTK_3_0
71
71
 
72
 
PKG_CHECK_MODULES([NOTIFY_OSD], [pixman-1 gtk+-3.0 >= 3.8.0])
 
72
PKG_CHECK_MODULES([NOTIFY_OSD], [pixman-1 gtk+-3.0 >= 3.1.6])
73
73
AC_SUBST(NOTIFY_OSD_CFLAGS)
74
74
AC_SUBST(NOTIFY_OSD_LIBS)
75
75