Update meson.build

This commit is contained in:
StratusFearMe21 2023-01-15 22:32:23 +00:00 committed by GitHub
parent f1daa24a30
commit d57e8cbd72
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,7 +16,6 @@ libinput_dep = dependency('libinput')
c_args = [ c_args = [
'-DWLR_USE_UNSTABLE', '-DWLR_USE_UNSTABLE',
'-D_POSIX_C_SOURCE=200809L', '-D_POSIX_C_SOURCE=200809L',
'-DXWAYLAND',
'-DVERSION="@0@"'.format(meson.project_version()) '-DVERSION="@0@"'.format(meson.project_version())
] ]