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

Switch ui/xkbcommon to overlay convention

parent a682b4d5
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
#@ load("/components/ui/mesa.lib.yml", "mesa_component")
#@ load("/components/ui/libglvnd.lib.yml", "libglvnd_component")
#@ load("/components/ui/freetype.lib.yml", "freetype_component")
#@ load("/components/ui/xkbcommon.lib.yml", "xkbcommon_component")
#@ load("/components/toolchain/arch/host.lib.yml", "host_toolchain_components")
#@ load("/components/toolchain/arch/x86_64.lib.yml", "x86_64_toolchain_components")
......@@ -30,7 +29,6 @@ components:
ui/mesa: #@ mesa_component
ui/libglvnd: #@ libglvnd_component
ui/freetype: #@ freetype_component
ui/xkbcommon: #@ xkbcommon_component
_: #@ template.replace(host_toolchain_components)
_: #@ template.replace(x86_64_toolchain_components)
......
#@ load("@ytt:overlay", "overlay")
#@ load("/lib/create_component.lib.yml", "single_build_component")
#@ load("/global_options.lib.yml", "options")
......@@ -38,6 +39,8 @@ dependencies:
- ui/libxcb
#@ end
#@overlay/match by=overlay.all, expects=1
#@overlay/match-child-defaults missing_ok=True
---
#@ xkbcommon_component = single_build_component(**_xkbcommon_args())
components:
ui/xkbcommon: #@ single_build_component(**_xkbcommon_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