* [Buildroot] [PATCH] qt: fix libQtMultimedia installation
@ 2010-06-03 20:31 luca at lucaceresoli.net
2010-06-05 13:59 ` Thomas Petazzoni
2010-06-05 20:19 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: luca at lucaceresoli.net @ 2010-06-03 20:31 UTC (permalink / raw)
To: buildroot
From: Luca Ceresoli <luca@lucaceresoli.net>
With BR2_PACKAGE_QT_MULTIMEDIA=y, libQtMultimedia.so.* was not
copied to the target directory.
Signed-off-by: Luca Ceresoli <luca@lucaceresoli.net>
---
package/qt/qt.mk | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
diff --git a/package/qt/qt.mk b/package/qt/qt.mk
index aaf965e..e2ebbb2 100644
--- a/package/qt/qt.mk
+++ b/package/qt/qt.mk
@@ -387,6 +387,9 @@ endif
ifeq ($(BR2_PACKAGE_QT_SQL_MODULE),y)
QT_LIBS+= qt-sql
endif
+ifeq ($(BR2_PACKAGE_QT_MULTIMEDIA),y)
+QT_LIBS+= qt-multimedia
+endif
ifeq ($(BR2_PACKAGE_QT_PHONON),y)
QT_LIBS+= qt-phonon
endif
@@ -542,6 +545,11 @@ ifeq ($(BR2_PACKAGE_QT_SHARED),y)
cp -dpf $(STAGING_DIR)/usr/lib/libQtSql.so.* $(TARGET_DIR)/usr/lib/
endif
+qt-multimedia: $(STAGING_DIR)/usr/lib/libQtCore.la
+ifeq ($(BR2_PACKAGE_QT_SHARED),y)
+ cp -dpf $(STAGING_DIR)/usr/lib/libQtMultimedia.so.* $(TARGET_DIR)/usr/lib/
+endif
+
qt-phonon: $(STAGING_DIR)/usr/lib/libQtCore.la
$(call QT_INSTALL_PLUGINS,phonon_backend)
ifeq ($(BR2_PACKAGE_QT_SHARED),y)
--
1.5.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] qt: fix libQtMultimedia installation
2010-06-03 20:31 [Buildroot] [PATCH] qt: fix libQtMultimedia installation luca at lucaceresoli.net
@ 2010-06-05 13:59 ` Thomas Petazzoni
2010-06-05 20:19 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2010-06-05 13:59 UTC (permalink / raw)
To: buildroot
On Thu, 3 Jun 2010 22:31:02 +0200
luca at lucaceresoli.net wrote:
> With BR2_PACKAGE_QT_MULTIMEDIA=y, libQtMultimedia.so.* was not
> copied to the target directory.
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
--
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] qt: fix libQtMultimedia installation
2010-06-03 20:31 [Buildroot] [PATCH] qt: fix libQtMultimedia installation luca at lucaceresoli.net
2010-06-05 13:59 ` Thomas Petazzoni
@ 2010-06-05 20:19 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2010-06-05 20:19 UTC (permalink / raw)
To: buildroot
>>>>> "luca" == luca <luca@lucaceresoli.net> writes:
luca> From: Luca Ceresoli <luca@lucaceresoli.net>
luca> With BR2_PACKAGE_QT_MULTIMEDIA=y, libQtMultimedia.so.* was not
luca> copied to the target directory.
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-06-05 20:19 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-03 20:31 [Buildroot] [PATCH] qt: fix libQtMultimedia installation luca at lucaceresoli.net
2010-06-05 13:59 ` Thomas Petazzoni
2010-06-05 20:19 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox