diff options
author | Bernd Kuhls <bernd.kuhls@t-online.de> | 2018-07-21 16:16:42 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-07-28 22:33:49 +0200 |
commit | 454d246ff01e315eb4e69ad0efb29e6d6371c918 (patch) | |
tree | ed8ac24803b76645330356073b4a8c3d34a32044 | |
parent | e9fbe0f0f384bdf5d83196b81ee28f4ae0f57037 (diff) | |
download | buildroot-454d246ff01e315eb4e69ad0efb29e6d6371c918.tar.gz buildroot-454d246ff01e315eb4e69ad0efb29e6d6371c918.zip |
package/x11r7/xutil_makedepend: 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
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
-rw-r--r-- | package/x11r7/xutil_makedepend/Config.in | 1 | ||||
-rw-r--r-- | package/x11r7/xutil_makedepend/xutil_makedepend.mk | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/package/x11r7/xutil_makedepend/Config.in b/package/x11r7/xutil_makedepend/Config.in index 0b091b0e34..fdf2fb92c1 100644 --- a/package/x11r7/xutil_makedepend/Config.in +++ b/package/x11r7/xutil_makedepend/Config.in @@ -1,4 +1,5 @@ config BR2_PACKAGE_XUTIL_MAKEDEPEND bool "makedepend" + select BR2_PACKAGE_XORGPROTO help No description available diff --git a/package/x11r7/xutil_makedepend/xutil_makedepend.mk b/package/x11r7/xutil_makedepend/xutil_makedepend.mk index 6fd3c1ae36..8a058efcec 100644 --- a/package/x11r7/xutil_makedepend/xutil_makedepend.mk +++ b/package/x11r7/xutil_makedepend/xutil_makedepend.mk @@ -10,8 +10,8 @@ XUTIL_MAKEDEPEND_SITE = http://xorg.freedesktop.org/releases/individual/util XUTIL_MAKEDEPEND_LICENSE = MIT XUTIL_MAKEDEPEND_LICENSE_FILES = COPYING -XUTIL_MAKEDEPEND_DEPENDENCIES = xproto_xproto -HOST_XUTIL_MAKEDEPEND_DEPENDENCIES = host-xproto_xproto +XUTIL_MAKEDEPEND_DEPENDENCIES = xorgproto +HOST_XUTIL_MAKEDEPEND_DEPENDENCIES = host-xorgproto $(eval $(autotools-package)) $(eval $(host-autotools-package)) |