Skip to content
Commit ba82e0d8 authored by Simon Ser's avatar Simon Ser
Browse files

meson: override dependencies to ease use as subproject



Make it easier to use Wayland as a Meson subproject by overriding
dependencies we define. This allows to easily build Wayland as a
subproject like so:

    subproject('wayland', required: false, default_options: ['documentation=false'])

After this statement, the wayland-* dependencies will use the subproject
instead of the system if available.

Signed-off-by: default avatarSimon Ser <contact@emersion.fr>
parent 28c2d832
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment