Add BDEP on vulkan-loader.

Optional but prevent dpb(1) from junking it if found at configure time.
This commit is contained in:
ajacoutot 2022-09-21 13:06:23 +00:00
parent edd1f8ebfa
commit 0681157a2a
1 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,10 @@ MODULES= devel/meson \
x11/gnome
# c++11
COMPILER = base-clang ports-gcc
COMPILER= base-clang ports-gcc
# optional but prevent dpb(1) from junking it if found at configure time
BUILD_DEPENDS= graphics/vulkan-loader
LIB_DEPENDS= devel/pangomm248 \
x11/gtk+4