build: Add vkroots dep

This commit is contained in:
Joshua Ashton 2022-12-02 17:25:51 +00:00 committed by Joshie
parent 212638e9d0
commit ffffc87f6d
3 changed files with 7 additions and 1 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "subprojects/libliftoff"]
path = subprojects/libliftoff
url = https://gitlab.freedesktop.org/emersion/libliftoff.git
[submodule "subprojects/vkroots"]
path = subprojects/vkroots
url = https://github.com/Joshua-Ashton/vkroots

View file

@ -48,6 +48,7 @@ librt_dep = cppc.find_library('rt', required : get_option('pipewire'))
hwdata_dep = dependency('hwdata')
stb_dep = dependency('stb')
vkroots_dep = dependency('vkroots')
wlroots_dep = dependency(
'wlroots',
@ -146,7 +147,8 @@ executable(
dep_x11, dep_xdamage, dep_xcomposite, dep_xrender, dep_xext, dep_xfixes,
dep_xxf86vm, dep_xres, drm_dep, wayland_server,
xkbcommon, thread_dep, sdl_dep, wlroots_dep,
vulkan_dep, liftoff_dep, dep_xtst, cap_dep, pipewire_dep, librt_dep, stb_dep,
vulkan_dep, liftoff_dep, dep_xtst, cap_dep, pipewire_dep, librt_dep,
stb_dep,
],
install: true,
)

1
subprojects/vkroots Submodule

@ -0,0 +1 @@
Subproject commit fc9b0044c8d21d4404b327676c67c77a8af2c60c