From v4hn, 8 Years ago, written in Plain Text.
This paste is a reply to Re: Untitled from v4hn - view diff
Embed
  1. # hard dependency
  2. depends glib-2
  3.  
  4. # optional dependency
  5. optional_depends gtk+-3 "--with-gtk" "--without-gtk" "GTK support"
  6.  
  7. # multi optional dependency
  8. optional_depends Sphinx,MarkupSafe "--with-documentation" "--without-documentation" "build PySide documentation"
  9.  
  10. # optdep dependency
  11. depends "pango with cairo"
  12.  
  13. # optional optdep dependency
  14. optional_depends "gtk+-3 with gobject-introspection" "--with-introspection" "--without-introspection" "build gdk-pixbuf introspection modules"
  15.  
  16. # multi various optional dependency
  17. optional_depends "libX11 with xf86bigfontproto,%JPEG,libXpm" "--with-xpce" "--without-xpce" "build SWI-Prolog graphical IDE"