mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
meson: Drop unnecessary "install: false" arg from configure_file()
Signed-off-by: Quentin Glidic <sardemff7+git@sardemff7.net>
This commit is contained in:
parent
64e5a1ead7
commit
08a80b4448
1 changed files with 0 additions and 1 deletions
|
@ -19,7 +19,6 @@ doxyfile = configure_file(
|
|||
input: 'rofi.doxy.in',
|
||||
output: 'rofi.doxy',
|
||||
configuration: doxy_conf,
|
||||
install: false,
|
||||
)
|
||||
|
||||
doxygen = find_program('doxygen', required: false)
|
||||
|
|
Loading…
Reference in a new issue