Skip to content

Remove architecture independent paths from protocols pkgconfig file

Rohan Garg requested to merge shadeslayer/weston:meson_feature_dataonly into main

libweston-X-protocols.pc is installed to XDG_DATA_DIRS but contains architecture dependent paths. Use the newly introduced dataonly feature in meson to remove architecture paths in the pkgconfig file.

Fixes: #269 (closed)

Signed-off-by: Rohan Garg rohan.garg@collabora.com

Merge request reports