summaryrefslogtreecommitdiffstats
path: root/collab/gupnp-av/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'collab/gupnp-av/DEPENDS')
-rwxr-xr-xcollab/gupnp-av/DEPENDS13
1 files changed, 13 insertions, 0 deletions
diff --git a/collab/gupnp-av/DEPENDS b/collab/gupnp-av/DEPENDS
new file mode 100755
index 0000000000..5f1d8ae560
--- /dev/null
+++ b/collab/gupnp-av/DEPENDS
@@ -0,0 +1,13 @@
+depends gupnp &&
+optional_depends gtk-doc '--enable-gtk-doc' '--disable-gtk-doc' \
+ 'for documentation generation' &&
+if is_depends_enabled $SPELL gtk-doc ; then
+ config_query_option GUPNPAV_HTML \
+ 'build html docs?' y \
+ '--enable-gtk-doc-html' \
+ '--disable-gtk-doc-html' &&
+ config_query_option GUPNPAV_PDF \
+ 'build html docs?' n \
+ '--enable-gtk-doc-pdf' \
+ '--disable-gtk-doc-pdf'
+fi