cynic64/vkwc

meson.build missing on vulkan/shaders

Deathemonic opened this issue · 2 comments

Building it will throw a error that meson.build doesn't exist on vulkan/shaders. I think you forgot to add it. I've also did a submodule init and still no meson.build, I've also check the repo.

Build Output:

The Meson build system
Version: 0.63.3
Source dir: /home/user/vkwc
Build dir: /home/user/vkwc/build
Build type: native build
Project name: vkwc
Project version: undefined
C compiler for the host machine: cc (gcc 12.2.0 "cc (GCC) 12.2.0")
C linker for the host machine: cc ld.bfd 2.39.0
Host machine cpu family: x86_64
Host machine cpu: x86_64
Found pkg-config: /usr/bin/pkg-config (1.8.0)
Run-time dependency wayland-protocols found: YES 1.27
Program wayland-scanner found: YES (/usr/bin/wayland-scanner)
Run-time dependency wayland-server found: YES 1.21.0
Library m found: YES
Run-time dependency wlroots found: YES 0.15.1
Run-time dependency vulkan found: YES 1.3.226
Run-time dependency pixman-1 found: YES 0.42.0
Run-time dependency xkbcommon found: YES 1.4.1
Run-time dependency cglm found: YES @PROJECT_VERSION@

meson.build:71:0: ERROR: Non-existent build file 'vulkan/shaders/meson.build'

You're right, my bad. I added vulkan/shaders/meson.build and updated the README. Does it work now?

Yeah it works now