[Buildroot] [git commit] package/qwt: fix wrong makefile target for qt5

Peter Korsgaard peter at korsgaard.com
Fri Mar 25 20:04:37 UTC 2016


commit: https://git.buildroot.net/buildroot/commit/?id=60dcd30ade4459b3727b65a482e81bcd42a159ea
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The target name is qt5base, not qt5.

[Peter: extend commit message]
Signed-off-by: David Picard <davepiq at yahoo.fr>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/qwt/qwt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/qwt/qwt.mk b/package/qwt/qwt.mk
index 594b141..0bea5f3 100644
--- 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 += qt5base
 QWT_QMAKE = $(QT5_QMAKE)
 endif
 


More information about the buildroot mailing list