Skip to content

libweston: use Requires in pkg-config file

Alyssa Ross requested to merge qyliss/weston:Requires into main

Otherwise, pkg-config --cflags won't find the include directories for dependencies, so users would either have to search them with pkg-config themselves, or rely on them being in the default compiler search path.

Signed-off-by: Alyssa Ross hi@alyssa.is

Merge request reports