depends libx11 &&
depends pixman &&
depends libxcb &&
depends xcb-util &&
depends xcb-util-image &&

optional_depends JPEG \
                 "--with-jpeg" \
                 "--without-jpeg" \
                 "for JPEG support" &&

optional_depends libpng \
                 "--with-png" \
                 "--without-png" \
                 "for PNG support" &&

optional_depends libxpm \
                 "--with-xpm" \
                 "--without-xpm" \
                 "for XPM support" &&

optional_depends libseccomp \
                 "--with-seccomp" \
                 "--without-seccomp" \
                 "to filter out syscalls"
