GNOME Bugzilla – Bug 791916
meta_dnd_wayland_handle_end_modal cannot be used unconditionally
Last modified: 2017-12-25 06:35:40 UTC
In file src/compositor/compositor.c, function meta_end_modal_for_plugin, meta_dnd_wayland_handle_end_modal is used without '#ifdef HAVE_WAYLAND', causing build failure when wayland is disabled.
Created attachment 365922 [details] [review] build: Fix non-wayland builds meta_dnd_wayland_handle_end_modal is not available on non-wayland build.
Review of attachment 365922 [details] [review]: lgtm
Attachment 365922 [details] pushed as 6cc48d8 - build: Fix non-wayland builds