aboutsummaryrefslogtreecommitdiff
path: root/cube/cube.cpp
diff options
context:
space:
mode:
authorCharles Giessen <charles@lunarg.com>2025-07-17 09:56:40 -0500
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2025-07-17 13:16:36 -0500
commit105d6c1fede00c3a9055e5a531ebf3d99bac406e (patch)
tree3837cc8e53208d36654ec4bb3f99dc1748142770 /cube/cube.cpp
parent5968d14a1ef8a7eeacf342e1542099e1aff20f70 (diff)
downloadusermoji-105d6c1fede00c3a9055e5a531ebf3d99bac406e.tar.xz
build: Remove pkg-config provided library names
The library names of Xcb, Xlib, and Wayland do not need to be queried from pkg-config, instead they can be hardcoded to use the fallback names. The intent of querying the library names was to prevent issues where the hardcoded name was not the platform-appropriate name. But because <library>_LINK_LIBRARIES can have more than one library name, the logic to assign <library>_LINK_LIBRARIES into a compile definition breaks horribly. While it is possible to handle this in CMake, the dlopen code would also have to handle it which is much more error prone.
Diffstat (limited to 'cube/cube.cpp')
0 files changed, 0 insertions, 0 deletions