fix: update sway original version (#289)
This commit is contained in:
parent
62472238ca
commit
a4d51d55e5
|
@ -187,7 +187,7 @@ if git.found()
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
add_project_arguments('-DSWAY_VERSION=@0@'.format(version), language: 'c')
|
add_project_arguments('-DSWAY_VERSION=@0@'.format(version), language: 'c')
|
||||||
add_project_arguments('-DSWAY_ORIGINAL_VERSION="1.8.1"', language: 'c')
|
add_project_arguments('-DSWAY_ORIGINAL_VERSION="1.9.0"', language: 'c')
|
||||||
|
|
||||||
# Compute the relative path used by compiler invocations.
|
# Compute the relative path used by compiler invocations.
|
||||||
source_root = meson.current_source_dir().split('/')
|
source_root = meson.current_source_dir().split('/')
|
||||||
|
|
Loading…
Reference in a new issue