From patchwork Tue Oct 16 06:49:09 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Yegor Yefremov X-Patchwork-Id: 191731 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 783B12C03D0 for ; Tue, 16 Oct 2012 17:49:40 +1100 (EST) Received: from localhost (localhost [127.0.0.1]) by fraxinus.osuosl.org (Postfix) with ESMTP id B5985101C7E; Tue, 16 Oct 2012 06:49:34 +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 AAO5Qi+Z4g9g; Tue, 16 Oct 2012 06:49:32 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by fraxinus.osuosl.org (Postfix) with ESMTP id 2E846FFE24; Tue, 16 Oct 2012 06:49:32 +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 821C58F783 for ; Tue, 16 Oct 2012 06:49:37 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id 839158479A for ; Tue, 16 Oct 2012 06:49:34 +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 Vj0miz+KHZl1 for ; Tue, 16 Oct 2012 06:49:32 +0000 (UTC) X-Greylist: from auto-whitelisted by SQLgrey-1.7.6 Received: from mail.visionsystems.de (hhlx01.vscom.de [62.145.30.242]) by whitealder.osuosl.org (Postfix) with ESMTP id 6310A81C3C for ; Tue, 16 Oct 2012 06:49:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.visionsystems.de (Postfix) with ESMTP id 95E052AB3DA; Tue, 16 Oct 2012 08:49:30 +0200 (CEST) Received: from mail.visionsystems.de ([127.0.0.1]) by localhost (mail.visionsystems.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29717-08; Tue, 16 Oct 2012 08:49:14 +0200 (CEST) Received: from visionsystems.de (kallisto.visionsystems.local [192.168.1.3]) by mail.visionsystems.de (Postfix) with ESMTP id 0908D2AB3D9; Tue, 16 Oct 2012 08:49:14 +0200 (CEST) Received: from development1.visionsystems.local ([192.168.1.36]) by visionsystems.de with Microsoft SMTPSVC(6.0.3790.4675); Tue, 16 Oct 2012 08:49:13 +0200 From: yegorslists@googlemail.com To: buildroot@busybox.net Date: Tue, 16 Oct 2012 08:49:09 +0200 Message-Id: <1350370149-2876-1-git-send-email-yegorslists@googlemail.com> X-Mailer: git-send-email 1.7.7 X-OriginalArrivalTime: 16 Oct 2012 06:49:13.0638 (UTC) FILETIME=[5A791460:01CDAB6A] X-Virus-Scanned: amavisd-new at visionsystems.de Subject: [Buildroot] [PATCH] fluxbox: select xmodmap 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 From: Yegor Yefremov Fluxbox uses xmodmap in its startup script. Signed-off-by: Yegor Yefremov --- package/fluxbox/Config.in | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/package/fluxbox/Config.in b/package/fluxbox/Config.in index e4d6c37..7a3a255 100644 --- a/package/fluxbox/Config.in +++ b/package/fluxbox/Config.in @@ -3,6 +3,7 @@ config BR2_PACKAGE_FLUXBOX depends on BR2_PACKAGE_XORG7 depends on BR2_INSTALL_LIBSTDCPP select BR2_PACKAGE_XLIB_LIBX11 + select BR2_PACKAGE_XAPP_XMODMAP help The Fluxbox lightweight window manager for X