pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/wayland wayland: Add back PKGCONFIG_OVERRIDEs no...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1474d83f7d2f
branches:  trunk
changeset: 382769:1474d83f7d2f
user:      nia <nia%pkgsrc.org@localhost>
date:      Thu Aug 04 15:26:15 2022 +0000

description:
wayland: Add back PKGCONFIG_OVERRIDEs now it's been switched to Meson.
Missed in the last commit.

diffstat:

 devel/wayland/Makefile |  10 +++++++++-
 1 files changed, 9 insertions(+), 1 deletions(-)

diffs (24 lines):

diff -r edf664af0c41 -r 1474d83f7d2f devel/wayland/Makefile
--- a/devel/wayland/Makefile    Thu Aug 04 15:24:47 2022 +0000
+++ b/devel/wayland/Makefile    Thu Aug 04 15:26:15 2022 +0000
@@ -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 @@
 
 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