mirror of
https://github.com/openwrt/video.git
synced 2026-04-15 10:51:58 +00:00
remove Build/Configure sections
The generic Build/Configure/Default doesn't need to get passed the project file name anymore.
This commit is contained in:
@@ -34,10 +34,6 @@ define Package/qt5graphicaleffects
|
||||
DEPENDS:=+qt5quick2-quick
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,qtgraphicaleffects)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
endef
|
||||
|
||||
|
||||
@@ -59,10 +59,6 @@ define Package/qt5quick1-examples
|
||||
DEPENDS+=+qt5quick1-declarative
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,qtquick1)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(call Build/Install/HostFiles,$(1))
|
||||
$(call Build/Install/Headers,$(1))
|
||||
|
||||
@@ -34,10 +34,6 @@ define Package/qt5quick2-controls2
|
||||
DEPENDS:=+qt5quick2-quick
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,qtquickcontrols2)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(call Build/Install/HostFiles,$(1))
|
||||
$(call Build/Install/Headers,$(1))
|
||||
|
||||
@@ -135,12 +135,6 @@ endef
|
||||
|
||||
####
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,qtdeclarative)
|
||||
endef
|
||||
|
||||
###
|
||||
|
||||
define Build/InstallDev
|
||||
$(call Build/Install/HostFiles,$(1))
|
||||
$(call Build/Install/Headers,$(1))
|
||||
|
||||
@@ -59,10 +59,6 @@ define Package/qt5script-examples
|
||||
DEPENDS+=+qt5script-scriptTools
|
||||
endef
|
||||
|
||||
define Build/Configure
|
||||
$(call Build/Configure/Default,qtscript)
|
||||
endef
|
||||
|
||||
define Build/InstallDev
|
||||
$(call Build/Install/HostFiles,$(1))
|
||||
$(call Build/Install/Headers,$(1))
|
||||
|
||||
Reference in New Issue
Block a user