mirror of https://github.com/nirenjan/libx52.git
Fix default subproject options syntax
parent
2804236be0
commit
a8c18411a1
|
@ -101,9 +101,9 @@ version_info_h = configure_file(
|
||||||
#######################################################################
|
#######################################################################
|
||||||
|
|
||||||
# pinelog
|
# pinelog
|
||||||
pinelog_options = {}
|
pinelog_options = []
|
||||||
if dep_systemd.found() and not get_option('disable-systemd')
|
if dep_systemd.found() and not get_option('disable-systemd')
|
||||||
pinelog_options = {'show-date': false}
|
pinelog_options = ['show-date=false']
|
||||||
endif
|
endif
|
||||||
|
|
||||||
sub_pinelog = subproject('pinelog', required: true,
|
sub_pinelog = subproject('pinelog', required: true,
|
||||||
|
|
Loading…
Reference in New Issue