mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 19:14:35 +04:00
qt5base: install all built plugin binaries into $(STAGING_DIR)
They shouldn't be necessary, as nothing will or at least should link against the resulting shared objects, as they aren't regular ones but plug-ins. However cmake-based projects complain about them missing - hence provide/install them.
This commit is contained in:
@@ -522,6 +522,7 @@ define Build/InstallDev
|
|||||||
$(call Build/Install/Headers,$(1))
|
$(call Build/Install/Headers,$(1))
|
||||||
$(call Build/Install/Cmakes,$(1))
|
$(call Build/Install/Cmakes,$(1))
|
||||||
$(call Build/Install/Libs,$(1),*)
|
$(call Build/Install/Libs,$(1),*)
|
||||||
|
$(call Build/Install/Plugins,$(1),*,*)
|
||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Install
|
define Host/Install
|
||||||
|
|||||||
Reference in New Issue
Block a user