From patchwork Mon Jan 4 00:11:50 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Romain Naour X-Patchwork-Id: 562215 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (smtp2.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 2DD1714031B for ; Mon, 4 Jan 2016 11:12:16 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b=osmqddCw; dkim-atps=neutral Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id B1CEF92097; Mon, 4 Jan 2016 00:12:11 +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 kXVAY91MtXqJ; Mon, 4 Jan 2016 00:12:09 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 42AFC930D3; Mon, 4 Jan 2016 00:12:09 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (smtp1.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 7379D1C07F7 for ; Mon, 4 Jan 2016 00:12:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 2B6F888C14 for ; Mon, 4 Jan 2016 00:12:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 6o5YDxRyj6E8 for ; Mon, 4 Jan 2016 00:12:02 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-wm0-f47.google.com (mail-wm0-f47.google.com [74.125.82.47]) by whitealder.osuosl.org (Postfix) with ESMTPS id BEE4B88B6B for ; Mon, 4 Jan 2016 00:12:01 +0000 (UTC) Received: by mail-wm0-f47.google.com with SMTP id u188so129722548wmu.1 for ; Sun, 03 Jan 2016 16:12:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=/c08TtRywCGkcPIR4+xZtl/7wDMqWOHlHY14JHXQ+X0=; b=osmqddCwQfgx84lQd8MdmoR4ZNy8ypIJ8zFuploZ3QXcxn4psPiOxIFrZmpRfGIpbm TDgoQk3Z9nL3cQiGkFQ7TpayDeME+YJe7Sw0jWH4uGziTsE/kqNRmMsvco0j4mjgkTsT TPWoyGmcfGiKVmSae9uj2kCqKtpDsaHBGzvP7bccKqE5wqAZPvQN5kdwy9tAC2Vaoykz DqWx4k3HexbPwCZNoOnrQGhsgHPhupA34imBrq0Fveqm2vJp77z3mQ9Sd6XAq21wu6wF Po10ub3iERRmwEhjkoBWwlExBaCUBtszSB04F9Ntk5qb2CLPQD94qFCi7CmuFXigF3qY vg4Q== X-Received: by 10.28.113.220 with SMTP id d89mr99405154wmi.56.1451866320773; Sun, 03 Jan 2016 16:12:00 -0800 (PST) Received: from adeos.localdomain (gam75-1-81-57-22-125.fbx.proxad.net. [81.57.22.125]) by smtp.gmail.com with ESMTPSA id qm9sm83526422wjc.39.2016.01.03.16.11.59 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sun, 03 Jan 2016 16:11:59 -0800 (PST) From: Romain Naour To: buildroot@buildroot.org Date: Mon, 4 Jan 2016 01:11:50 +0100 Message-Id: <1451866310-10246-6-git-send-email-romain.naour@gmail.com> X-Mailer: git-send-email 2.4.3 In-Reply-To: <1451866310-10246-1-git-send-email-romain.naour@gmail.com> References: <1451866310-10246-1-git-send-email-romain.naour@gmail.com> Cc: Romain Naour Subject: [Buildroot] [PATCH 6/6] package/x11r7/xapp_xbacklight: select xcb-util package. X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: "buildroot" xapp_xbacklight depends on xcb-util but doesn't select it in Config.in. so the build is trigged at Makefile level. Since 28f67899e54f15c6e48484ea2976c3e431756bcb, the build stop if a package build is trigged at Makefile level without being selected at Config.in level. Also select libxcb to avoid an unmet dependency. Fixes: http://autobuild.buildroot.net/results/b78/b7817fe2dd39334578a45bd6029a360fdf528aca Signed-off-by: Romain Naour --- package/x11r7/xapp_xbacklight/Config.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/x11r7/xapp_xbacklight/Config.in b/package/x11r7/xapp_xbacklight/Config.in index 9756235..ce62c9b 100644 --- a/package/x11r7/xapp_xbacklight/Config.in +++ b/package/x11r7/xapp_xbacklight/Config.in @@ -1,5 +1,7 @@ config BR2_PACKAGE_XAPP_XBACKLIGHT bool "xbacklight" + select BR2_PACKAGE_LIBXCB # xcb-util + select BR2_PACKAGE_XCB_UTIL select BR2_PACKAGE_XLIB_LIBX11 select BR2_PACKAGE_XLIB_LIBXRANDR select BR2_PACKAGE_XLIB_LIBXRENDER