projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b82442
)
package/qwt: add missing qt5svg dependency
author
Andreas Naumann
<anaumann@ultratronik.de>
Mon, 17 Feb 2020 21:23:28 +0000
(22:23 +0100)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Wed, 19 Feb 2020 19:15:47 +0000
(20:15 +0100)
Signed-off-by: Andreas Naumann <anaumann@ultratronik.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/qwt/qwt.mk
patch
|
blob
|
history
diff --git
a/package/qwt/qwt.mk
b/package/qwt/qwt.mk
index e0ffec765f31d63e8d881742636a34d4bb159a43..a82c786cb15bbc869d777d22fc33c4ed67a13c80 100644
(file)
--- a/
package/qwt/qwt.mk
+++ b/
package/qwt/qwt.mk
@@
-19,6
+19,7
@@
QWT_CONFIG += -e 's%/features%/mkspecs/features%'
ifeq ($(BR2_PACKAGE_QWT_SVG),y)
QWT_CONFIG += -e 's/^.*QWT_CONFIG.*QwtSvg.*$$/QWT_CONFIG += QwtSvg/'
+QWT_DEPENDENCIES += qt5svg
else
QWT_CONFIG += -e 's/^.*QWT_CONFIG.*QwtSvg.*$$/\# QWT_CONFIG += QwtSvg/'
endif