if is_depends_enabled $SPELL gtk+3 ; then
  make GTK=3 install
else
  make install
fi
