gnome-shell: Explicit run-time dependency on x11/libgdm
This commit is contained in:
parent
22cb845e37
commit
0a8f4e7238
1 changed files with 3 additions and 1 deletions
|
@ -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+= sassc>=3.6:../../www/sassc
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue