ladybird/Userland/Libraries/LibEDID
Tim Schumacher 7834e26ddb Everywhere: Explicitly link all binaries against the LibC target
Even though the toolchain implicitly links against -lc, it does not know
where it should get LibC from except for the sysroot. In the case of
Clang this causes it to pick up the LibC stub instead, which might be
slightly outdated and feature missing symbols.

This is currently not an issue that manifests because we pass through
the dependency on LibC and other libraries by accident, which causes
CMake to link against the LibC target (instead of just the library),
and thus points the linker at the build output directory.

Since we are looking to fix that in the upcoming commits, let's make
sure that everything will still be able to find the proper LibC first.
2022-11-01 14:49:09 +00:00
..
CMakeLists.txt Everywhere: Explicitly link all binaries against the LibC target 2022-11-01 14:49:09 +00:00
Definitions.h LibEDID: Export common structures into a header file 2022-05-05 20:55:57 +02:00
DMT.cpp LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel 2022-02-16 22:21:37 +01:00
DMT.h LibEDID: Exclude DMT::MonitorTiming::name() from the Kernel 2022-02-16 22:21:37 +01:00
EDID.cpp AK+Everywhere: Add AK_COMPILER_{GCC,CLANG} and use them most places 2022-10-04 23:35:07 +01:00
EDID.h LibEDID: Remove head index when retrieving an EDID from DisplayConnector 2022-09-24 15:36:19 +01:00
VIC.cpp LibEDID: Store EDID version instead of allocating on each getter call 2022-02-16 22:21:37 +01:00
VIC.h LibEDID: Add a library to parse EDID blobs 2022-01-23 22:45:21 +00:00