From: James Hilliard Date: Tue, 28 Apr 2020 12:22:13 +0000 (-0600) Subject: package/weston: drop pkgconfig workaround X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=535db2a4509c1f567282ca7888003ae320d20314;p=buildroot.git package/weston: drop pkgconfig workaround We no longer need this package specific pkconfig workaround as it is now applied to all meson packages automatically. Signed-off-by: James Hilliard Signed-off-by: Thomas Petazzoni --- diff --git a/package/weston/weston.mk b/package/weston/weston.mk index b22e685948..541c6ba024 100644 --- a/package/weston/weston.mk +++ b/package/weston/weston.mk @@ -14,7 +14,6 @@ WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \ libxkbcommon pixman libpng jpeg udev cairo libinput libdrm WESTON_CONF_OPTS = \ - -Dbuild.pkg_config_path=$(HOST_DIR)/lib/pkgconfig \ -Dbackend-headless=false \ -Dcolor-management-colord=false \ -Dremoting=false