if in_depends $MODULE gobject-introspection ; then
  if [ ! -e /usr/share/gir-1.0/GdkPixbuf-2.0.gir ] ; then
    message "${PROBLEM_COLOR}Compilation would fail with:  Couldn't find include 'GdkPixbuf-2.0.gir'${DEFAULT_COLOR}"
    message "${MESSAGE_COLOR}Run:  ${MODULE_COLOR}lin -cr gobject-introspection gdk-pixbuf atk pango gtk+-2${DEFAULT_COLOR}"
    message "(${QUERY_COLOR}and enable gobject-introspection in them, if prompted${DEFAULT_COLOR})"
    exit 1
  fi
fi

default_pre_build
