Ralf Habacker

Results 34 issues of Ralf Habacker

See https://github.com/KhronosGroup/glslang/issues/2751 These commits are used to create and install cmake support files. The extent to which the generated `*Config.cmake` files are usable and complete would need to be tested....

According to https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html#libraries-providing-config-file-packages, libraries that want to support cmake find_package() in configuration mode must install a set of files as shown for the VulkanSceneGraph package. ``` /usr/lib64/cmake/vsg/vsgConfig.cmake /usr/lib64/cmake/vsg/vsgConfigVersion.cmake /usr/lib64/cmake/vsg/vsgTargets-relwithdebinfo.cmake /usr/lib64/cmake/vsg/vsgTargets.cmake...

enhancement
Infrastructure

The man page for renderd mentions a man page for renderd.conf (see https://github.com/openstreetmap/mod_tile/blob/master/docs/renderd.8#L41), which is not installed. The man page for renderd.conf should be generated and installed.

The creation recipe for simpleimage contains messages about internal details: First it displays: ``` echo "Compresing the final image, this may take a while..." echo ``` then before creating the...

At least on openSUSE, the usual installation location for cmake support files is ${CMAKE_INSTALL_LIBDIR}/cmake/ $ find /usr/lib64 -name '*.cmake' | grep /cmake/ | wc -l 834 $ find /usr/lib64 -name...

The glslang cmake build system installs static libraries in addition to the dynamic glslang library, which are required when used in a package that uses glslang when calling find_package(). Distributions...

When compiling with the wayland-client package on Linux, the corresponding headers are installed in a subdirectory of /usr/include. This path is not added to the compiler search path by openxr,...

Counterpart for https://github.com/vsg-dev/VulkanSceneGraph/pull/566

**Describe the error** Loading the file attached to vsg-dev/VulkanSceneGraph#308 with vsgviewer, you can see drawing problems on the right side in the attached screenshot. Lines and texts are not displayed....