From patchwork Fri Oct 11 21:00:13 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Arnout Vandecappelle X-Patchwork-Id: 282936 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from fraxinus.osuosl.org (fraxinus.osuosl.org [140.211.166.137]) by ozlabs.org (Postfix) with ESMTP id 8BDE42C014D for ; Sat, 12 Oct 2013 08:00:30 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id 07BB18B7F6; Fri, 11 Oct 2013 21:00:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from fraxinus.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id qkhVKA5kX9Ov; Fri, 11 Oct 2013 21:00:27 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 9EB1D8B7FE; Fri, 11 Oct 2013 21:00:26 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id 6DBE21CE722 for ; Fri, 11 Oct 2013 21:00:23 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 671338D36F for ; Fri, 11 Oct 2013 21:00:23 +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 I2GX22C2iW-X for ; Fri, 11 Oct 2013 21:00:20 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from viper.mind.be (132.79-246-81.adsl-static.isp.belgacom.be [81.246.79.132]) by whitealder.osuosl.org (Postfix) with ESMTPS id D7DEE8D294 for ; Fri, 11 Oct 2013 21:00:18 +0000 (UTC) Received: from [172.16.2.6] (helo=vandecaa-laptop) by viper.mind.be with esmtp (Exim 4.69) (envelope-from ) id 1VUjoD-0004wb-O5; Fri, 11 Oct 2013 22:59:42 +0200 Received: from arnout by vandecaa-laptop with local (Exim 4.80) (envelope-from ) id 1VUjoj-0003f7-QZ; Fri, 11 Oct 2013 23:00:13 +0200 From: "Arnout Vandecappelle (Essensium/Mind)" To: buildroot@busybox.net Date: Fri, 11 Oct 2013 23:00:13 +0200 Message-Id: <1381525213-14034-3-git-send-email-arnout@mind.be> X-Mailer: git-send-email 1.8.4.rc3 In-Reply-To: <1381525213-14034-1-git-send-email-arnout@mind.be> References: <1381525213-14034-1-git-send-email-arnout@mind.be> Subject: [Buildroot] [PATCH 3/3] weston: add help text for compositor backends X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 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-bounces@busybox.net Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/weston/Config.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package/weston/Config.in b/package/weston/Config.in index ea0e87e..4322aaa 100644 --- a/package/weston/Config.in +++ b/package/weston/Config.in @@ -42,8 +42,12 @@ config BR2_PACKAGE_WESTON_RPI depends on BR2_TOOLCHAIN_HAS_THREADS # rpi-userland select BR2_PACKAGE_RPI_USERLAND select BR2_PACKAGE_WESTON_HAS_COMPOSITOR + help + Compositor backend for the Raspberry Pi. config BR2_PACKAGE_WESTON_FBDEV bool "fbdev compositor" + help + Compositor backend for the Linux framebuffer. endif