pkgsrc-WIP-changes archive

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

mutter: fix rpath



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <cirnatdan%NetBSD.org@localhost>
Pushed By:	cirnatdan
Date:		Tue Dec 17 22:22:19 2024 +0100
Changeset:	a050347e78dca898cdc5823a2d1157bb85798b87

Modified Files:
	mutter/Makefile

Log Message:
mutter: fix rpath

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=a050347e78dca898cdc5823a2d1157bb85798b87

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 mutter/Makefile | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diffs:
diff --git a/mutter/Makefile b/mutter/Makefile
index 0977583fef..9afbc87e99 100644
--- a/mutter/Makefile
+++ b/mutter/Makefile
@@ -10,7 +10,7 @@ HOMEPAGE=	https://gitlab.gnome.org/GNOME/mutter
 COMMENT=	GNOME window manager
 LICENSE=	gnu-gpl-v2
 
-USE_TOOLS+=		msgfmt pkg-config gdbus-codegen
+USE_TOOLS+=		msgfmt pkg-config gdbus-codegen fix-rpath
 BUILD_DEFS+=		PKG_SYSCONFBASE
 
 .include "../../graphics/MesaLib/features.mk"
@@ -40,14 +40,14 @@ MESON_ARGS+=		-Dopengl_libname=libGL.so
 TOOLS_PLATFORM.msgfmt=
 .endif
 
-PKGCONFIG_OVERRIDE_STAGE=	pre-install
-PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-cogl-8.pc
-PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-cogl-pango-8.pc
-PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-clutter-8.pc
-PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-clutter-x11-8.pc
-PKGCONFIG_OVERRIDE+=		output/meson-private/libmutter-8.pc
+#PKGCONFIG_OVERRIDE_STAGE=	pre-install
+#PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-cogl-8.pc
+#PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-cogl-pango-8.pc
+#PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-clutter-8.pc
+#PKGCONFIG_OVERRIDE+=		output/meson-private/mutter-clutter-x11-8.pc
+#PKGCONFIG_OVERRIDE+=		output/meson-private/libmutter-8.pc
 
-LDFLAGS+=		${COMPILER_RPATH_FLAG}${PREFIX}/lib/mutter-8
+LDFLAGS+=		${COMPILER_RPATH_FLAG}${PREFIX}/lib/mutter-12
 
 post-extract:
 	${CP} ${FILESDIR}/90-mutter ${WRKSRC}/data


Home | Main Index | Thread Index | Old Index