pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/wayland
Module Name: pkgsrc
Committed By: nia
Date: Thu Aug 4 15:26:16 UTC 2022
Modified Files:
pkgsrc/devel/wayland: Makefile
Log Message:
wayland: Add back PKGCONFIG_OVERRIDEs now it's been switched to Meson.
Missed in the last commit.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/devel/wayland/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/wayland/Makefile
diff -u pkgsrc/devel/wayland/Makefile:1.14 pkgsrc/devel/wayland/Makefile:1.15
--- pkgsrc/devel/wayland/Makefile:1.14 Thu Aug 4 15:21:26 2022
+++ pkgsrc/devel/wayland/Makefile Thu Aug 4 15:26:15 2022
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2022/08/04 15:21:26 nia Exp $
+# $NetBSD: Makefile,v 1.15 2022/08/04 15:26:15 nia Exp $
DISTNAME= wayland-1.21.0
CATEGORIES= devel
@@ -19,6 +19,14 @@ MESON_ARGS+= -Dtests=false
CFLAGS.NetBSD+= -D_NETBSD_SOURCE
+PKGCONFIG_OVERRIDE_STAGE= pre-install
+PKGCONFIG_OVERRIDE+= output/meson-private/wayland-client.pc
+PKGCONFIG_OVERRIDE+= output/meson-private/wayland-cursor.pc
+PKGCONFIG_OVERRIDE+= output/meson-private/wayland-egl-backend.pc
+PKGCONFIG_OVERRIDE+= output/meson-private/wayland-egl.pc
+PKGCONFIG_OVERRIDE+= output/meson-private/wayland-scanner.pc
+PKGCONFIG_OVERRIDE+= output/meson-private/wayland-server.pc
+
.include "platform.mk"
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.fast.prefs.mk"
Home |
Main Index |
Thread Index |
Old Index