Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
M. Stoeckl
Waypipe
Commits
d9e70242
Commit
d9e70242
authored
May 27, 2019
by
Manuel Stoeckl
Browse files
Fix typo in meson.build wayland dependency versions
parent
065233ab
Changes
2
Hide whitespace changes
Inline
Side-by-side
meson.build
View file @
d9e70242
...
...
@@ -38,8 +38,8 @@ else
endif
wayland_client = dependency('wayland-client', version: '>=1.15') # WAYLAND_DISPLAY=path
wayland_
protos
= dependency('wayland-
protocols
', version: '>=1.15') # WAYLAND_DISPLAY=path
wayland_
server
= dependency('wayland-
server
', version: '>=1.12') # xdg-shell
wayland_
server
= dependency('wayland-
server
', version: '>=1.15') # WAYLAND_DISPLAY=path
wayland_
protos
= dependency('wayland-
protocols
', version: '>=1.12') # xdg-shell
libffi = dependency('libffi')
rt = cc.find_library('rt')
...
...
protocols/meson.build
View file @
d9e70242
wl_protocol_dir = wayland_protos.get_pkgconfig_variable('pkgdatadir')
wayland_dir = wayland_client.get_pkgconfig_variable('pkgdatadir')
# require >= 1.14.91 for 'public-code' option
wayland_scanner = find_program('wayland-scanner')
wayland_scanner_data = generator(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment