build(deps): use submodules for wayland protocols (#1731)
This commit is contained in:
parent
395d572b17
commit
f1cd94638f
8 changed files with 18 additions and 430 deletions
|
|
@ -127,8 +127,8 @@ endif()
|
|||
if(WAYLAND_FOUND)
|
||||
add_compile_definitions(SUNSHINE_BUILD_WAYLAND)
|
||||
|
||||
GEN_WAYLAND(xdg-output-unstable-v1)
|
||||
GEN_WAYLAND(wlr-export-dmabuf-unstable-v1)
|
||||
GEN_WAYLAND("wayland-protocols" "unstable/xdg-output" xdg-output-unstable-v1)
|
||||
GEN_WAYLAND("wlr-protocols" "unstable" wlr-export-dmabuf-unstable-v1)
|
||||
|
||||
include_directories(
|
||||
SYSTEM
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue