pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/gnome-shell gnome-shell: Explicit run-time depende...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1ca42ef5ce5e
branches:  trunk
changeset: 450437:1ca42ef5ce5e
user:      cirnatdan <cirnatdan%pkgsrc.org@localhost>
date:      Fri Apr 16 14:13:10 2021 +0000

description:
gnome-shell: Explicit run-time dependency on x11/libgdm

diffstat:

 x11/gnome-shell/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 28648fb07336 -r 1ca42ef5ce5e x11/gnome-shell/Makefile
--- a/x11/gnome-shell/Makefile  Fri Apr 16 13:59:36 2021 +0000
+++ b/x11/gnome-shell/Makefile  Fri Apr 16 14:13:10 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2021/04/15 11:23:14 ryoon Exp $
+# $NetBSD: Makefile,v 1.7 2021/04/16 14:13:10 cirnatdan Exp $
 
 DISTNAME=      gnome-shell-3.38.1
 PKGREVISION=   5
@@ -22,6 +22,8 @@
 TOOL_DEPENDS+= asciidoc-[0-9]*:../../textproc/asciidoc
 TOOL_DEPENDS+= gdbus-codegen>=2.64:../../devel/gdbus-codegen
 
+DEPENDS+=      libgdm>=40.0:../../x11/libgdm
+
 MAKE_ENV+=     LD_LIBRARY_PATH=${WRKSRC}/output/subprojects/gvc
 
 LDFLAGS+=      ${COMPILER_RPATH_FLAG}${PREFIX}/lib/gnome-shell



Home | Main Index | Thread Index | Old Index