how-lix-os-pkgs/wayland/default/patches-available/0200-lffi-pkgconf.patch

17 lines
669 B
Diff

--- a/src/wayland-client.pc.in 2020-02-11 23:46:03.000000000 +0000
+++ b/src/wayland-client.pc.in 2020-10-12 22:12:37.840000000 +0000
@@ -9,4 +9,4 @@
Description: Wayland client side library
Version: @WAYLAND_VERSION@
Cflags: -I${includedir}
-Libs: -L${libdir} -lwayland-client
+Libs: -L${libdir} -lwayland-client -lffi
--- a/src/wayland-server.pc.in 2020-02-11 23:46:03.000000000 +0000
+++ b/src/wayland-server.pc.in 2020-10-12 22:12:43.180000000 +0000
@@ -9,4 +9,4 @@
Description: Server side implementation of the Wayland protocol
Version: @WAYLAND_VERSION@
Cflags: -I${includedir}
-Libs: -L${libdir} -lwayland-server
+Libs: -L${libdir} -lwayland-server -lffi