mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-02 06:46:26 -04:00
Merge branch 'derekf/split_libs' into 'main'
Draft: build: Split core protocols out as separate library See merge request wayland/wayland!164
This commit is contained in:
commit
aa20994884
3 changed files with 20 additions and 4 deletions
|
|
@ -23,7 +23,8 @@ test_runner_dep = declare_dependency(
|
|||
include_directories: [ src_inc ],
|
||||
dependencies: [
|
||||
dependency('threads'),
|
||||
cc.find_library('dl', required: false)
|
||||
cc.find_library('dl', required: false),
|
||||
wayland_core_protocols_dep
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue