depends X11-LIBS &&

optional_depends  "libpng"                         \
                  ""                               \
                  "--without-libpng"               \
                  "to enable PNG image support" && 

optional_depends  "jpeg"                           \
                  ""                               \
                  "--without-jpeg"                 \
                  "to enable joeg image support"  &&

optional_depends  "freetype2"                      \
                  ""                               \
                  "--without-freetype2"            \
                  "to enable FreeType 2.x library" 


