From patchwork Sat Dec 29 14:42:31 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Thomas Petazzoni X-Patchwork-Id: 208664 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ozlabs.org (Postfix) with ESMTP id 04EFC2C00B4 for ; Sun, 30 Dec 2012 01:44:09 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 5304F81093; Sat, 29 Dec 2012 14:44:07 +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 9KJTqN3kktX2; Sat, 29 Dec 2012 14:43:57 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by whitealder.osuosl.org (Postfix) with ESMTP id 08EBC8B377; Sat, 29 Dec 2012 14:43:31 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ash.osuosl.org (Postfix) with ESMTP id 71E7E8F753 for ; Sat, 29 Dec 2012 14:42:59 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 1F8B1A0072 for ; Sat, 29 Dec 2012 14:42:54 +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 eL-N1BezzSaG for ; Sat, 29 Dec 2012 14:42:53 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail.free-electrons.com (mail.free-electrons.com [94.23.32.191]) by hemlock.osuosl.org (Postfix) with ESMTP id 1B41BA0040 for ; Sat, 29 Dec 2012 14:42:53 +0000 (UTC) Received: by mail.free-electrons.com (Postfix, from userid 106) id ECA2B22F; Sat, 29 Dec 2012 15:42:51 +0100 (CET) Received: from localhost (37-8-188-99.coucou-networks.fr [37.8.188.99]) by mail.free-electrons.com (Postfix) with ESMTPSA id 475E0199; Sat, 29 Dec 2012 15:42:51 +0100 (CET) From: Thomas Petazzoni To: Samuel Martin , Buildroot List Date: Sat, 29 Dec 2012 15:42:31 +0100 Message-Id: <1356792153-24033-6-git-send-email-thomas.petazzoni@free-electrons.com> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1356792153-24033-1-git-send-email-thomas.petazzoni@free-electrons.com> References: <1356792153-24033-1-git-send-email-thomas.petazzoni@free-electrons.com> Subject: [Buildroot] [PATCH 5/7] docs/manual: remove incorrect prerequites 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 The development files for zlib or netpbm are not needed, and neither is python-xcbgen. None of these are present in the chroot used in the autobuilders, and anyway if those would be needed, it would be a Buildroot bug and not something to be mentionned in the documentation. Signed-off-by: Thomas Petazzoni Acked-by: Samuel Martin --- docs/manual/prerequisite.txt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/docs/manual/prerequisite.txt b/docs/manual/prerequisite.txt index 17660b7..b8bc906 100644 --- a/docs/manual/prerequisite.txt +++ b/docs/manual/prerequisite.txt @@ -74,10 +74,5 @@ development context (further details: refer to xref:download-infra[]). ** +qt4+ to use the 'xconfig' interface ** +glib2+, +gtk2+ and +glade2+ to use the 'gconfig' interface -* Development libraries: -** +zlib1+ -** +netpbm10+ (for +fbtest+) -** +python-xcbgen+ (for +Matchbox+ on Debian based system) - * Documentation generation tools: ** +asciidoc+