* [Buildroot] [PATCH 1/1] package/qwt : fix wrong makefile target.
@ 2016-03-25 17:58 David Picard
2016-03-25 20:05 ` Peter Korsgaard
0 siblings, 1 reply; 2+ messages in thread
From: David Picard @ 2016-03-25 17:58 UTC (permalink / raw)
To: buildroot
Signed-off-by: David Picard <davepiq@yahoo.fr>
---
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
--
1.9.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [Buildroot] [PATCH 1/1] package/qwt : fix wrong makefile target.
2016-03-25 17:58 [Buildroot] [PATCH 1/1] package/qwt : fix wrong makefile target David Picard
@ 2016-03-25 20:05 ` Peter Korsgaard
0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2016-03-25 20:05 UTC (permalink / raw)
To: buildroot
>>>>> "David" == David Picard <davepiq@yahoo.fr> writes:
Committed after extending the commit message, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2016-03-25 20:05 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-25 17:58 [Buildroot] [PATCH 1/1] package/qwt : fix wrong makefile target David Picard
2016-03-25 20:05 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox