depends glew

optional_depends "readline"           \
                 "--with-readline"    \
                 "--without-readline" \
                 "for line editing in the console debugger"

optional_depends "gtk+-2"        \
                 ""              \
                 "--without-gtk" \
                 "for GUI support"

optional_depends "gtkglext"           \
                 ""                   \
                 "--without-gtkglext" \
                 "for GUI with OpenGL support"

optional_depends "ffmpeg"         \
                 "--with-lavc"    \
                 "--without-lavc" \
                 "for capturing support"

