From 1930f99f4d6d29faad5862b52999e2033a213809 Mon Sep 17 00:00:00 2001 From: thomas Date: Wed, 7 Aug 2019 10:29:13 +0200 Subject: [PATCH] qwt: Adjust exclusion of docs Note: QWT is nowadays an extension for QT5. The old libs 'libqwt' and 'libqwtmathml' will be removed since they are unused in the system. IMHO packages (if any) still using the former qwt should be fixed inplace. --- qwt.be0 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qwt.be0 b/qwt.be0 index d2ea29aca..3e76df3f4 100755 --- a/qwt.be0 +++ b/qwt.be0 @@ -10,7 +10,7 @@ PATCHURL[0]="" # BEE_BUILDTYPE= -EXCLUDE=( $(pkg-config QtCore --variable=prefix)/doc ) +EXCLUDE=( $(pkg-config Qt5Core --variable=prefix)/doc ) build_in_sourcedir