Don't need the brackets
This commit is contained in:
parent
94526d5272
commit
fc1636c3ca
@ -31,17 +31,16 @@ sources = ['src/config.c',
|
|||||||
deps = [gtk, threads, wayland, dl]
|
deps = [gtk, threads, wayland, dl]
|
||||||
|
|
||||||
if get_option('enable_run')
|
if get_option('enable_run')
|
||||||
sources += ['modes/run.c']
|
sources += 'modes/run.c'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('enable_drun')
|
if get_option('enable_drun')
|
||||||
gio = dependency('gio-unix-2.0')
|
sources += 'modes/drun.c'
|
||||||
sources += ['modes/drun.c']
|
deps += dependency('gio-unix-2.0')
|
||||||
deps += [gio]
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
if get_option('enable_dmenu')
|
if get_option('enable_dmenu')
|
||||||
sources += ['modes/dmenu.c']
|
sources += 'modes/dmenu.c'
|
||||||
endif
|
endif
|
||||||
|
|
||||||
install_man('man/wofi.1',
|
install_man('man/wofi.1',
|
||||||
|
Loading…
Reference in New Issue
Block a user