depends python3 &&
message "${MESSAGE_COLOR}Lirc-setup will only work with a rather full python 3 stack (including pygobject3 for python3, not python2!).${DEFAULT_COLOR}" &&
depends pygobject3 &&
# This is needed for lirc-setup and the hwdb. We just hope
# you built pyyaml for python3.
depends pyyaml &&
depends which &&
depends autoconf &&
depends automake &&

optional_depends X11-LIBS --with-x --without-x "GUI tools" &&
optional_depends SYSTEM-LOGGER '--with-syslog' '--without-syslog' \
                               'for syslog support'
