|
@@ -18,9 +18,6 @@ QT5MULTIMEDIA_LICENSE = Commercial license
|
|
QT5MULTIMEDIA_REDISTRIBUTE = NO
|
|
QT5MULTIMEDIA_REDISTRIBUTE = NO
|
|
endif
|
|
endif
|
|
|
|
|
|
-ifeq ($(BR2_PACKAGE_GST_PLUGINS_BASE),y)
|
|
|
|
-QT5MULTIMEDIA_DEPENDENCIES += gst-plugins-base
|
|
|
|
-endif
|
|
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
|
ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
|
QT5MULTIMEDIA_DEPENDENCIES += gst1-plugins-base
|
|
QT5MULTIMEDIA_DEPENDENCIES += gst1-plugins-base
|
|
endif
|
|
endif
|
|
@@ -43,7 +40,7 @@ define QT5MULTIMEDIA_INSTALL_STAGING_CMDS
|
|
endef
|
|
endef
|
|
|
|
|
|
ifeq ($(BR2_STATIC_LIBS),)
|
|
ifeq ($(BR2_STATIC_LIBS),)
|
|
-ifneq ($(BR2_PACKAGE_GST_PLUGINS_BASE)$(BR2_PACKAGE_GST1_PLUGINS_BASE),)
|
|
|
|
|
|
+ifeq ($(BR2_PACKAGE_GST1_PLUGINS_BASE),y)
|
|
define QT5MULTIMEDIA_INSTALL_TARGET_QGSTTOOLS_LIB
|
|
define QT5MULTIMEDIA_INSTALL_TARGET_QGSTTOOLS_LIB
|
|
cp -dpf $(STAGING_DIR)/usr/lib/libqgsttools*.so.* $(TARGET_DIR)/usr/lib
|
|
cp -dpf $(STAGING_DIR)/usr/lib/libqgsttools*.so.* $(TARGET_DIR)/usr/lib
|
|
endef
|
|
endef
|