projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03a3586
)
package/qwt: fix wrong makefile target for qt5
author
David PICARD
<davepiq@yahoo.fr>
Fri, 25 Mar 2016 17:58:05 +0000
(18:58 +0100)
committer
Peter Korsgaard
<peter@korsgaard.com>
Fri, 25 Mar 2016 20:04:37 +0000
(21:04 +0100)
The target name is qt5base, not qt5.
[Peter: extend commit message]
Signed-off-by: David Picard <davepiq@yahoo.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/qwt/qwt.mk
patch
|
blob
|
history
diff --git
a/package/qwt/qwt.mk
b/package/qwt/qwt.mk
index 594b1412c7edddce2c4d432bb8816a570b628ec2..0bea5f35a3b42a72be70057083abb0621b66cf0a 100644
(file)
--- a/
package/qwt/qwt.mk
+++ b/
package/qwt/qwt.mk
@@
-12,7
+12,7
@@
ifeq ($(BR2_PACKAGE_QT),y)
QWT_DEPENDENCIES = qt
QWT_QMAKE = $(QT_QMAKE)
else ifeq ($(BR2_PACKAGE_QT5),y)
-QWT_DEPENDENCIES += qt5
+QWT_DEPENDENCIES += qt5
base
QWT_QMAKE = $(QT5_QMAKE)
endif