GNOME Bugzilla – Bug 693521
Build fails if gtk/gtk-a11y.h is not available
Last modified: 2013-02-10 18:18:41 UTC
Building with older GTK+ releases fails as the gtk-a11y.h is only available since 3.7.6: make[1]: Entering directory `/home/em/foo/egg-list-box' CC egg-list-box.lo In file included from egg-list-box.c:29:0: egg-list-box-accessible.h:21:26: fatal error: gtk/gtk-a11y.h: No such file or directory compilation terminated. make[1]: *** [egg-list-box.lo] Error 1
Created attachment 235618 [details] [review] egg-list-box: Bump the GTK+ required version due to gtk-a11y.h The accessible implementation in 7c64979439 includes the gtk/gtk-a11y.h header which is only available since GTK+ 3.7.6.
Review of attachment 235618 [details] [review]: Looks right
Attachment 235618 [details] pushed as 3728aeb - egg-list-box: Bump the GTK+ required version due to gtk-a11y.h