mirror of
https://github.com/PrismLauncher/PrismLauncher
synced 2026-04-23 09:05:03 +00:00
build(devcontainer): explicitly include vulkan headers
Signed-off-by: Seth Flynn <getchoo@tuta.io>
This commit is contained in:
parent
7ffec104dc
commit
2b9620b6a6
|
|
@ -28,7 +28,7 @@ RUN apt-get --assume-yes --no-install-recommends install \
|
||||||
# Build system
|
# Build system
|
||||||
cmake ninja-build extra-cmake-modules pkg-config \
|
cmake ninja-build extra-cmake-modules pkg-config \
|
||||||
# Dependencies
|
# Dependencies
|
||||||
cmark gamemode-dev libarchive-dev libcmark-dev libgamemode0 libgl1-mesa-dev libqrencode-dev libtomlplusplus-dev scdoc zlib1g-dev \
|
cmark gamemode-dev libarchive-dev libcmark-dev libgamemode0 libgl1-mesa-dev libqrencode-dev libtomlplusplus-dev libvulkan-dev scdoc zlib1g-dev \
|
||||||
# Tooling
|
# Tooling
|
||||||
clang-format clang-tidy git
|
clang-format clang-tidy git
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue