Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix deprecation warnings #8

Merged
merged 4 commits into from
Apr 14, 2023
Merged

Fix deprecation warnings #8

merged 4 commits into from
Apr 14, 2023

Conversation

wmww
Copy link
Owner

@wmww wmww commented Apr 12, 2023

Fixes #7

Comment on lines 30 to 31
arguments: ['-c', 'code', '@INPUT@', '@BUILD_DIR@/@BASENAME@.c'])
arguments: ['-c', 'private-code', '@INPUT@', '@BUILD_DIR@/@BASENAME@.c'])
# 'code' is deprecated, and can be replaced with 'private-code' when all platforms have a new enough wayland-scanner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

comment can likely be removed

@Consolatis
Copy link

This causes another meson warning:

WARNING: Project specifies a minimum meson_version '>=0.45.1' but uses features which were added in newer versions:
 * 0.51.0: {'dependency.get_variable'

@wmww wmww merged commit e6f5abf into main Apr 14, 2023
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Some deprecation warnings during compile
2 participants