From patchwork Sat Jul 21 14:16:42 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bernd Kuhls X-Patchwork-Id: 947348 Return-Path: X-Original-To: incoming-buildroot@patchwork.ozlabs.org Delivered-To: patchwork-incoming-buildroot@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=busybox.net (client-ip=140.211.166.133; helo=hemlock.osuosl.org; envelope-from=buildroot-bounces@busybox.net; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=t-online.de Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41XqZl0gjqz9s3N for ; Sun, 22 Jul 2018 00:17:18 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1FDD691462; Sat, 21 Jul 2018 14:17:14 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id mePrxQd1lNHG; Sat, 21 Jul 2018 14:17:13 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 4AB8C91466; Sat, 21 Jul 2018 14:17:13 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 425F01C2A1D for ; Sat, 21 Jul 2018 14:17:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 3F2B69123F for ; Sat, 21 Jul 2018 14:17:03 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id vHimqdWA5drr for ; Sat, 21 Jul 2018 14:17:01 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mailout06.t-online.de (mailout06.t-online.de [194.25.134.19]) by hemlock.osuosl.org (Postfix) with ESMTPS id 39B7591243 for ; Sat, 21 Jul 2018 14:17:01 +0000 (UTC) Received: from fwd05.aul.t-online.de (fwd05.aul.t-online.de [172.20.27.149]) by mailout06.t-online.de (Postfix) with SMTP id 5254841D23B4; Sat, 21 Jul 2018 16:16:59 +0200 (CEST) Received: from fli4l.lan.fli4l (r1fMuOZAZh7HHCRw+-gb4LWVQWFWf4S--2Abnl+NWG3KYJ3mWMu6SQjksKEeKCOwY3@[84.161.185.118]) by fwd05.t-online.de with (TLSv1:ECDHE-RSA-AES256-SHA encrypted) esmtp id 1fgsgr-0PxCCm0; Sat, 21 Jul 2018 16:16:57 +0200 Received: from mahler.lan.fli4l ([192.168.1.1]:34200 helo=kuhls.lan.fli4l) by fli4l.lan.fli4l with esmtp (Exim 4.91) (envelope-from ) id 1fgsgr-0001dA-3R; Sat, 21 Jul 2018 16:16:57 +0200 From: Bernd Kuhls To: buildroot@buildroot.org Date: Sat, 21 Jul 2018 16:16:42 +0200 Message-Id: <20180721141648.29939-13-bernd.kuhls@t-online.de> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180721141648.29939-1-bernd.kuhls@t-online.de> References: <20180721141648.29939-1-bernd.kuhls@t-online.de> X-ID: r1fMuOZAZh7HHCRw+-gb4LWVQWFWf4S--2Abnl+NWG3KYJ3mWMu6SQjksKEeKCOwY3 X-TOI-MSGID: d6d161e2-a6f5-4f55-ae76-d1d73c388c93 Subject: [Buildroot] [PATCH v4 12/18] package/x11r7/xutil_makedepend: switch to xorgproto X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.24 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: =?utf-8?q?J=C3=A9r=C3=B4me_Oufella?= , =?utf-8?b?SsOpcsO0bWUgUG91aWxs?= =?utf-8?q?er?= , Damien Lanson , Scott Fan , Martin Kepplinger , Romain Naour , Adam Duskett MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" 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" Signed-off-by: Bernd Kuhls --- package/x11r7/xutil_makedepend/Config.in | 1 + 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))