pmaports/main/libofono-qt/01_disable_docs.patch
Oliver Smith 7fb32b86a4
main/libofono-qt: disable docs
Documentation depends on texlive, which is currently not available in
Alpine edge x86.
2019-06-24 21:59:45 +02:00

21 lines
501 B
Diff

--- a/ofono-qt.pro
+++ b/ofono-qt.pro
@@ -2,18 +2,3 @@ include(version.pri)
TEMPLATE = subdirs
CONFIG += ordered
SUBDIRS += lib tests
-
-dox.target = doc
-dox.commands = sed 's/@VERSION@/'$$VERSION'/' doxygen.cfg.in > doxygen.cfg; \
- doxygen doxygen.cfg
-dox.path = $$[QT_INSTALL_PREFIX]/share/doc/ofono-qt
-dox.files = doc/html
-dox.CONFIG = no_link
-dox.depends = FORCE
-dox.clean_commands = rm -fr doc/
-dox.clean = doxygen.cfg
-
-INSTALLS += dox
-
-QMAKE_EXTRA_TARGETS += dox
-