Skip to content
Snippets Groups Projects
Commit b8c894ff authored by Filippo Cremonese's avatar Filippo Cremonese
Browse files

Switch ui/libglvnd to overlay convention

parent f563e263
No related branches found
No related tags found
No related merge requests found
#@ load("@ytt:template", "template")
#@ load("@ytt:data", "data")
#@ load("/components/ui/libglvnd.lib.yml", "libglvnd_component")
#@ load("/components/toolchain/arch/host.lib.yml", "host_toolchain_components")
#@ load("/components/toolchain/arch/x86_64.lib.yml", "x86_64_toolchain_components")
#@ load("/components/toolchain/arch/i386.lib.yml", "i386_toolchain_components")
......@@ -18,8 +16,6 @@
#@ load("/global_options.lib.yml", "options")
components:
ui/libglvnd: #@ libglvnd_component
_: #@ template.replace(host_toolchain_components)
_: #@ template.replace(x86_64_toolchain_components)
_: #@ template.replace(i386_toolchain_components)
......
#@ load("@ytt:overlay", "overlay")
#@ load("/lib/create_component.lib.yml", "single_build_component")
#@ load("/global_options.lib.yml", "options")
......@@ -31,6 +32,8 @@ dependencies:
- toolchain/host/gcc
#@ end
#@overlay/match by=overlay.all, expects=1
#@overlay/match-child-defaults missing_ok=True
---
#@ libglvnd_component = single_build_component(**_libglvnd_args())
components:
ui/libglvnd: #@ single_build_component(**_libglvnd_args())
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment