Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] qt5multimedia: depend on gst-plugins-base if selected, install libqgsttools
@ 2013-08-05 23:36 Hans Bulfone
  0 siblings, 0 replies; only message in thread
From: Hans Bulfone @ 2013-08-05 23:36 UTC (permalink / raw)
  To: buildroot

qt5multimedia can use gstreamer, so make sure they are compiled in the
right order.  If gstreamer is used libqgsttools is required at run time.

Signed-off-by: Hans Bulfone <hans@nil.at>
---
 package/qt5/qt5multimedia/qt5multimedia.mk |    5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/qt5/qt5multimedia/qt5multimedia.mk b/package/qt5/qt5multimedia/qt5multimedia.mk
index 8f62274..ec3d5e0 100644
--- a/package/qt5/qt5multimedia/qt5multimedia.mk
+++ b/package/qt5/qt5multimedia/qt5multimedia.mk
@@ -21,6 +21,10 @@ QT5MULTIMEDIA_LICENSE = Commercial license
 QT5MULTIMEDIA_REDISTRIBUTE = NO
 endif
 
+ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
+QT5MULTIMEDIA_DEPENDENCIES += gst-plugins-base
+endif
+
 define QT5MULTIMEDIA_CONFIGURE_CMDS
 	(cd $(@D); $(HOST_DIR)/usr/bin/qmake)
 endef
@@ -37,6 +41,7 @@ endef
 ifeq ($(BR2_PREFER_STATIC_LIB),)
 define QT5MULTIMEDIA_INSTALL_TARGET_LIBS
 	cp -dpf $(STAGING_DIR)/usr/lib/libQt5Multimedia*.so.* $(TARGET_DIR)/usr/lib
+	-cp -dpf $(STAGING_DIR)/usr/lib/libqgsttools*.so.* $(TARGET_DIR)/usr/lib
 	cp -dpfr $(STAGING_DIR)/usr/lib/qt/plugins/* $(TARGET_DIR)/usr/lib/qt/plugins
 endef
 endif
-- 
1.7.10.4

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2013-08-05 23:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-05 23:36 [Buildroot] [PATCH 1/1] qt5multimedia: depend on gst-plugins-base if selected, install libqgsttools Hans Bulfone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox