pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/modular-xorg-drivers xf86-input-keyboard is ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2925f5222db9
branches:  trunk
changeset: 382132:2925f5222db9
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Jul 21 11:21:50 2022 +0000

description:
xf86-input-keyboard is no longer for Linux

diffstat:

 meta-pkgs/modular-xorg-drivers/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r a629717862db -r 2925f5222db9 meta-pkgs/modular-xorg-drivers/Makefile
--- a/meta-pkgs/modular-xorg-drivers/Makefile   Thu Jul 21 11:04:34 2022 +0000
+++ b/meta-pkgs/modular-xorg-drivers/Makefile   Thu Jul 21 11:21:50 2022 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile,v 1.46 2022/04/21 16:53:25 nia Exp $
+# $NetBSD: Makefile,v 1.47 2022/07/21 11:21:50 tnn Exp $
 
 DISTNAME=      # empty
 PKGNAME=       modular-xorg-drivers-1.19.0
-PKGREVISION=   6
+PKGREVISION=   7
 CATEGORIES=    meta-pkgs x11
 MASTER_SITES=  ${MASTER_SITE_XORG:=driver/}
 DISTFILES=     # empty
@@ -17,7 +17,9 @@
 .include "../../mk/bsd.prefs.mk"
 
 DEPENDS+=      xf86-input-acecad-[0-9]*:../../x11/xf86-input-acecad
+.if ${OPSYS} != "Linux"
 DEPENDS+=      xf86-input-keyboard-[0-9]*:../../x11/xf86-input-keyboard
+.endif
 DEPENDS+=      xf86-input-mouse-[0-9]*:../../x11/xf86-input-mouse
 DEPENDS+=      xf86-input-penmount-[0-9]*:../../x11/xf86-input-penmount
 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64"



Home | Main Index | Thread Index | Old Index