pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/setxkbmap setxkbmap: needs libXrandr



details:   https://anonhg.NetBSD.org/pkgsrc/rev/709a2635746e
branches:  trunk
changeset: 376254:709a2635746e
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Sun Apr 03 23:38:30 2022 +0000

description:
setxkbmap: needs libXrandr

diffstat:

 x11/setxkbmap/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (15 lines):

diff -r 13fdc4dfb54b -r 709a2635746e x11/setxkbmap/Makefile
--- a/x11/setxkbmap/Makefile    Sun Apr 03 22:28:13 2022 +0000
+++ b/x11/setxkbmap/Makefile    Sun Apr 03 23:38:30 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2022/04/03 21:06:26 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2022/04/03 23:38:30 tnn Exp $
 
 DISTNAME=      setxkbmap-1.3.3
 CATEGORIES=    x11
@@ -16,4 +16,5 @@
 
 .include "../../x11/libxkbfile/buildlink3.mk"
 .include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXrandr/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index