mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2025-12-20 09:10:05 +01:00
meson.build: remove superfluous double doxygen check
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
de6ae19483
commit
fb5402020f
1 changed files with 0 additions and 2 deletions
|
|
@ -233,8 +233,6 @@ endif
|
||||||
|
|
||||||
doxygen = find_program('doxygen', required: get_option('documentation'))
|
doxygen = find_program('doxygen', required: get_option('documentation'))
|
||||||
if doxygen.found()
|
if doxygen.found()
|
||||||
doxygen = find_program('doxygen')
|
|
||||||
|
|
||||||
src_doxygen = files(
|
src_doxygen = files(
|
||||||
# source files
|
# source files
|
||||||
dir_src / 'libevdev.h',
|
dir_src / 'libevdev.h',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue