summaryrefslogtreecommitdiffstats
path: root/libs/libusb/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'libs/libusb/DEPENDS')
-rwxr-xr-xlibs/libusb/DEPENDS19
1 files changed, 8 insertions, 11 deletions
diff --git a/libs/libusb/DEPENDS b/libs/libusb/DEPENDS
index 60149b4661..6a272ed569 100755
--- a/libs/libusb/DEPENDS
+++ b/libs/libusb/DEPENDS
@@ -1,14 +1,11 @@
depends -sub CXX gcc &&
-#
-# Fix Bug #8283
-#
-if [ "$LIBUSB_DOC" == '--enable-build-docs' ]; then
- depends docbook-dsssl &&
- depends docbook-sgml-dtd
-fi &&
+optional_depends docbook-sgml-dtd \
+ "" \
+ "" \
+ "Build documentation" &&
-optional_depends doxygen \
- "" \
- "" \
- "to build C++ API documentation"
+optional_depends doxygen \
+ "" \
+ "" \
+ "Build C++ API documentation"