summaryrefslogtreecommitdiffstats
path: root/package/x11r7/xapp_xsetpointer
diff options
context:
space:
mode:
authorBernd Kuhls <bernd.kuhls@t-online.de>2018-07-21 16:16:37 +0200
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>2018-07-28 22:31:53 +0200
commit9eec30fd170b39b63ae02391126decef3232e678 (patch)
tree024b1c15e77d79833359b56e3f7f46a8fa97b57d /package/x11r7/xapp_xsetpointer
parent40a324e3fa92e9c208a21943d9ea430b6bec0081 (diff)
downloadbuildroot-9eec30fd170b39b63ae02391126decef3232e678.tar.gz
buildroot-9eec30fd170b39b63ae02391126decef3232e678.zip
package/x11r7/xapp_*: mass switch to xorgproto
The new package xorgproto will combine and replace all current xproto_* packages. For details read https://lists.x.org/archives/xorg-announce/2018-February/002835.html Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'package/x11r7/xapp_xsetpointer')
-rw-r--r--package/x11r7/xapp_xsetpointer/Config.in2
-rw-r--r--package/x11r7/xapp_xsetpointer/xapp_xsetpointer.mk2
2 files changed, 2 insertions, 2 deletions
diff --git a/package/x11r7/xapp_xsetpointer/Config.in b/package/x11r7/xapp_xsetpointer/Config.in
index 2b0b4624e8..0deb6d8112 100644
--- a/package/x11r7/xapp_xsetpointer/Config.in
+++ b/package/x11r7/xapp_xsetpointer/Config.in
@@ -1,7 +1,7 @@
config BR2_PACKAGE_XAPP_XSETPOINTER
bool "xsetpointer"
- select BR2_PACKAGE_XPROTO_INPUTPROTO
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXI
+ select BR2_PACKAGE_XORGPROTO
help
set an X Input device as the main pointer
diff --git a/package/x11r7/xapp_xsetpointer/xapp_xsetpointer.mk b/package/x11r7/xapp_xsetpointer/xapp_xsetpointer.mk
index f56cdd58a1..a34b7e637d 100644
--- a/package/x11r7/xapp_xsetpointer/xapp_xsetpointer.mk
+++ b/package/x11r7/xapp_xsetpointer/xapp_xsetpointer.mk
@@ -9,6 +9,6 @@ XAPP_XSETPOINTER_SOURCE = xsetpointer-$(XAPP_XSETPOINTER_VERSION).tar.bz2
XAPP_XSETPOINTER_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XSETPOINTER_LICENSE = MIT
XAPP_XSETPOINTER_LICENSE_FILES = COPYING
-XAPP_XSETPOINTER_DEPENDENCIES = xproto_inputproto xlib_libX11 xlib_libXi
+XAPP_XSETPOINTER_DEPENDENCIES = xlib_libX11 xlib_libXi xorgproto
$(eval $(autotools-package))
OpenPOWER on IntegriCloud