fix input_plugins variable
This commit is contained in:
parent
4068eca05c
commit
704596ff97
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ private_libs='%(private_libs)s'
|
|||
other_libs='%(other_libs)s'
|
||||
other_includes='%(other_includes)s'
|
||||
fonts='%(fonts)s'
|
||||
input_plugins='%(fonts)s'
|
||||
input_plugins='%(input_plugins)s'
|
||||
''' % locals()
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue