pkgsrc-WIP-changes archive

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

gnome-session: Fix build dependencies for gnome-session (NetBSD)



Module Name:	pkgsrc-wip
Committed By:	Dan Cîrnaț <dan%alt.md@localhost>
Pushed By:	cirnatdan
Date:		Thu Jun 11 15:02:41 2020 +0200
Changeset:	a092716c7e68a85970f9ecace1dbbb85b4b398fe

Modified Files:
	gnome-session/Makefile

Log Message:
gnome-session: Fix build dependencies for gnome-session (NetBSD)

Needs to be built with PREFER.MesaLib=pkgsrc for glesv2

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

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

diffstat:
 gnome-session/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diffs:
diff --git a/gnome-session/Makefile b/gnome-session/Makefile
index f61a55a413..13a18f6afc 100644
--- a/gnome-session/Makefile
+++ b/gnome-session/Makefile
@@ -20,7 +20,7 @@ BUILD_DEPENDS+=		xmlto-[0-9]*:../../textproc/xmlto
 EXTRACT_ONLY=		${DISTNAME}${EXTRACT_SUFX}
 USE_LIBTOOL=		yes
 USE_PKGLOCALEDIR=	yes
-USE_TOOLS+=		gmake intltool msgfmt perl pkg-config
+USE_TOOLS+=		gmake gettext-tools perl pkg-config
 
 MESON_ARGS+=		-Dsystemd=false
 MESON_ARGS+=		-Dsystemd_session=disable
@@ -46,6 +46,7 @@ GCONF_SCHEMAS=		gnome-session.schemas
 #	    ${DESTDIR}${PREFIX}/share/pixmaps/splash/gnome-splash-orig.png
 
 
+.include "../../graphics/MesaLib/buildlink3.mk"
 .include "../../devel/meson/build.mk"
 .include "../../x11/gtk3/buildlink3.mk"
 .include "../../devel/gettext-lib/buildlink3.mk"


Home | Main Index | Thread Index | Old Index