diff mbox series

[2/2] package/weston: drop pkgconfig workaround

Message ID 20200428122213.63826-2-james.hilliard1@gmail.com
State Accepted
Headers show
Series [1/2] package/pkg-meson.mk: set correct pkgconfig for native dependencies | expand

Commit Message

James Hilliard April 28, 2020, 12:22 p.m. UTC
We no longer need this package specific pkconfig workaround as it is
now applied to all meson packages automatically.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/weston/weston.mk | 1 -
 1 file changed, 1 deletion(-)
diff mbox series

Patch

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