New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/27956#issuecomment-770314688 Comment: ``` Using 'LDFLAGS' from environment with value: '-Wl,-z,relro -Wl,-z,now -Wl,--as-needed ' Using 'CPPFLAGS' from environment with value: ' ' C++ compiler for the host machine: g++ (gcc 9.3.0 "g++ (GCC) 9.3.0") C++ linker for the host machine: g++ ld.bfd 2.35.1 Host machine cpu family: x86_64 Host machine cpu: x86_64 meson.build:92: WARNING: gles1 option "true" deprecated, please use "enabled" instead. meson.build:100: WARNING: gles2 option "true" deprecated, please use "enabled" instead. meson.build:119: WARNING: shared-glapi option "true" deprecated, please use "enabled" instead. Did not find CMake 'cmake' Found CMake: NO Run-time dependency clang found: NO (tried cmake) meson.build:393: WARNING: gbm option "true" deprecated, please use "enabled" instead. meson.build:424: WARNING: egl option "true" deprecated, please use "enabled" instead. meson.build:504: WARNING: dri3 option "true" deprecated, please use "enabled" instead. meson.build:527: WARNING: gallium-vdpau option "true" deprecated, please use "enabled" instead. Using 'PKG_CONFIG' from environment with value: 'pkg-config' Found pkg-config: /usr/bin/pkg-config (0.29.2) Run-time dependency vdpau found: YES 1.4 Program glslangValidator found: YES meson.build:587: WARNING: gallium-xvmc option "true" deprecated, please use "enabled" instead. ``` we should take a look at these deprecation warnings.