depends  kdenetwork  &&
depends  tmake       &&
depends  automake    &&

source  $SECTION_DIRECTORY/KDE_DEPENDS  &&

optional_depends  OPENGL                 \
                  '--with-gl'            \
                  '--without-gl'         \
                  'for 3D OpenGL modes'  &&

optional_depends  JAVA                \
                  ''                  \
                  '--without-java'    \
                  'for Java support'  \
                  'z-rejected'        &&

optional_depends  python                                                  \
                  "--with-pythondir=/usr/share/python$(installed_version  \
                   python | cut -d. -f1,2)"                               \
                  ''                                                      \
                  'for Python bindings'                                   &&

optional_depends  mono                                               \
                  '--with-cs-compiler=mcs  --with-mcs=/usr/bin/mcs'  \
                  '--without-mcs'                                    \
                  'for C#/QT# bindings'

optional_depends  perl                 \
                  ''                   \
                  ''                   \
                  'for Perl bindings'  &&

optional_depends  ruby                 \
                  ''                   \
                  ''                   \
                  'for Ruby bindings'  &&

optional_depends  gtk+                     \
                  ''                       \
                  '--disable-gtktest'      \
                  'for GTK+ 1.x bindings'  &&

optional_depends  glib                  \
                  ''                    \
                  '--disable-glibtest'  \
                  'for GLIB bindings'

optional_depends  fontconfig                    \
                  ''                            \
                  ''                            \
                  'to configure font access'    &&

optional_depends  libxml2                       \
                  ''                            \
                  ''                            \
                  'for a C++ XML interface'     &&

optional_depends  libxslt                       \
                  ''                            \
                  ''                            \
                  'for XSLT support'            &&

optional_depends  doxygen                       \
                  ''                            \
                  ''                            \
                  'for a documentation system'  &&

optional_depends  xorg-libs                      \
                  '--with-x'                    \
                  '--without-x'                 \
                  'to use the X window system'
