Module Name:    src
Committed By:   mrg
Date:           Mon Jul 11 08:51:22 UTC 2022

Modified Files:
        src/external/mit/xorg/bin/setxkbmap: Makefile

Log Message:
link in xrandr.


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/external/mit/xorg/bin/setxkbmap/Makefile

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

Modified files:

Index: src/external/mit/xorg/bin/setxkbmap/Makefile
diff -u src/external/mit/xorg/bin/setxkbmap/Makefile:1.4 src/external/mit/xorg/bin/setxkbmap/Makefile:1.5
--- src/external/mit/xorg/bin/setxkbmap/Makefile:1.4	Sun Jul 19 22:30:58 2015
+++ src/external/mit/xorg/bin/setxkbmap/Makefile	Mon Jul 11 08:51:22 2022
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.4 2015/07/19 22:30:58 mrg Exp $
+#	$NetBSD: Makefile,v 1.5 2022/07/11 08:51:22 mrg Exp $
 
 .include <bsd.own.mk>
 
@@ -7,8 +7,8 @@ PROG=	setxkbmap
 CPPFLAGS+=	-DDFLT_XKB_CONFIG_ROOT=\"${X11LIBDIR}/xkb\" \
 		-D__XKBDEFRULES__=${__XKBDEFRULES__}
 
-LDADD+=	-lxkbfile -lXext -lX11
-DPADD+=	${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
+LDADD+=	-lXrandr -lxkbfile -lXext -lX11
+DPADD+=	${LIBXRANDR} ${LIBXKBFILE} ${LIBXEXT} ${LIBX11}
 
 .PATH:	${X11SRCDIR.${PROG}}
 .PATH:	${X11SRCDIR.${PROG}}/man

Reply via email to