diff options
author | wiz <wiz@pkgsrc.org> | 2013-07-11 10:42:55 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-07-11 10:42:55 +0000 |
commit | 04e137e3a619d0fdd4ceb17028a4b1883d0409a0 (patch) | |
tree | 8635fa17bc5a0f36b2d5b5845ce64f7e205ee743 /meta-pkgs | |
parent | ca1eada3cd8729b7b35abf72f3231a48d50606bc (diff) | |
download | pkgsrc-04e137e3a619d0fdd4ceb17028a4b1883d0409a0.tar.gz |
Remove xsetmode. Peter Hutterer writes on xorg-devel:
xsetmode still works on devices that support multiple mode, the hooks are
still there so functionally there's nothing wrong with it. xinput has
replaced it though, you get the same with
xinput --set-mode "device name" ABSOLUTE
since xinput is actively maintained, I recommend using that instead.
Diffstat (limited to 'meta-pkgs')
-rw-r--r-- | meta-pkgs/modular-xorg-apps/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/meta-pkgs/modular-xorg-apps/Makefile b/meta-pkgs/modular-xorg-apps/Makefile index 87c025563ec..3cfd75b9495 100644 --- a/meta-pkgs/modular-xorg-apps/Makefile +++ b/meta-pkgs/modular-xorg-apps/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.25 2013/07/11 10:40:29 wiz Exp $ +# $NetBSD: Makefile,v 1.26 2013/07/11 10:42:55 wiz Exp $ DISTNAME= # empty -PKGNAME= modular-xorg-apps-1.14 +PKGNAME= modular-xorg-apps-1.14.1 CATEGORIES= meta-pkgs x11 MASTER_SITES= ${MASTER_SITE_XORG:=app/} DISTFILES= # empty @@ -68,7 +68,6 @@ DEPENDS+= xrdb-[0-9]*:../../x11/xrdb DEPENDS+= xrefresh-[0-9]*:../../x11/xrefresh DEPENDS+= xscope-[0-9]*:../../x11/xscope DEPENDS+= xset-[0-9]*:../../x11/xset -DEPENDS+= xsetmode-[0-9]*:../../x11/xsetmode DEPENDS+= xsetroot-[0-9]*:../../x11/xsetroot DEPENDS+= xsm-[0-9]*:../../x11/xsm DEPENDS+= xstdcmap-[0-9]*:../../x11/xstdcmap |