mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
qt5base: fix installation of qt5base-plugin-sqldrivers-sqlite
The install part was not executed, because it had the wrong name. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
@@ -434,7 +434,7 @@ define Package/qt5base-plugin-platforms-offscreen/install
|
||||
$(call Build/Install/Plugins,$(1),platforms,libqoffscreen)
|
||||
endef
|
||||
|
||||
define Package/qt5base-plugin-sqldrivers/install
|
||||
define Package/qt5base-plugin-sqldrivers-sqlite/install
|
||||
$(call Build/Install/Plugins,$(1),sqldrivers,libqsqlite)
|
||||
endef
|
||||
|
||||
|
||||
Reference in New Issue
Block a user