mirror of
https://gitlab.freedesktop.org/libinput/libei.git
synced 2026-05-08 03:28:04 +02:00
scanner: pass the component through as well
For the cases where we have to add "ei" or "eis" in a random place in the template.
This commit is contained in:
parent
d84ddd51e5
commit
34889d4803
1 changed files with 1 additions and 0 deletions
|
|
@ -588,6 +588,7 @@ def generate_source(
|
|||
}[component]
|
||||
|
||||
data = {}
|
||||
data["component"] = component
|
||||
data["target"] = target
|
||||
data["interfaces"] = proto.interfaces
|
||||
if headerfile:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue