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

wl: Fix Meson configure error when Cog is build only for wayland #650

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion platform/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
wpebackend_fdo_dep = dependency('wpebackend-fdo-1.0', version: '>=1.8.0')

# Check whether any of the chosen platform plug-ins needs the common library.
foreach platform_plugin_name : ['drm', 'x11', 'gtk4']
foreach platform_plugin_name : ['drm', 'x11', 'gtk4', 'wayland']
if platform_plugins.contains(platform_plugin_name)
subdir('common')
break
Expand Down