if ! in_depends pango cairo; then
  message "${PROBLEM_COLOR}Wesnoth requires pango to be build with cairo backend." &&
  message "${PROBLEM_COLOR}Please rebuild pango and select cairo backend." &&
  false
fi &&

default_pre_build
