mirror of
https://gitlab.freedesktop.org/wayland/wayland.git
synced 2026-05-03 06:46:33 -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
|
|
@ -11,7 +11,7 @@ wayland_cursor = library(
|
|||
'xcursor.c',
|
||||
],
|
||||
version: '0.0.0',
|
||||
dependencies: [ wayland_client_dep ],
|
||||
dependencies: [ wayland_client_dep, wayland_core_protocols_dep ],
|
||||
c_args: [ '-DICONDIR="@0@"'.format(icondir) ],
|
||||
install: true,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue