From nobody Wed Nov 12 05:25:05 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) client-ip=209.51.188.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail(p=none dis=none) header.from=gentoo.org ARC-Seal: i=1; a=rsa-sha256; t=1568494659; cv=none; d=zoho.com; s=zohoarc; b=b6h62DfuazfdXksKMapptovMmix8nMaFvWSm++u3zW9Nv9b9wOIZ3s7nfkhddGKYXxVFmpXGLVNhHvcZsom6kUXotK4y7AfZkPM7RybkHINVSS4Fh/Kos4kltiqY1iX4fq9TPHVaXliZKHrpZqDc4x59pS9DjeV1IuOud8Q0gE8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1568494659; h=Content-Transfer-Encoding:Cc:Date:From:List-Subscribe:List-Post:List-Id:List-Archive:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Sender:Subject:To:ARC-Authentication-Results; bh=HKgy5r5F3lha9MkpSIAbtaYhDLboisIWtlkORnByNSU=; b=CdrSYCP8Dhe0MvYVmPpInD2/rV7jH/6j2JcuYywtWSei3L2ash5Dlf1gsDYc9t5EaQO1/C1v4hXIBCSx8PyLMJp42lX8BkfXCBpSODV88kAzNc3NDF5aLO6qbUgFZSQfdrwFrzp5wNVMP67s/UgQaeFESI07ffCta5nW8YZXOns= ARC-Authentication-Results: i=1; mx.zoho.com; spf=pass (zoho.com: domain of gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org; dmarc=fail header.from= (p=none dis=none) header.from= Return-Path: Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mx.zohomail.com with SMTPS id 1568494653525524.4432311604527; Sat, 14 Sep 2019 13:57:33 -0700 (PDT) Received: from localhost ([::1]:52322 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i9F6p-00075N-Vk for importer@patchew.org; Sat, 14 Sep 2019 16:57:31 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:47999) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1i99PO-0008RL-00 for qemu-devel@nongnu.org; Sat, 14 Sep 2019 10:52:18 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1i99PM-0000J7-LB for qemu-devel@nongnu.org; Sat, 14 Sep 2019 10:52:17 -0400 Received: from smtp.gentoo.org ([140.211.166.183]:54928) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1i99PM-0000HW-GE; Sat, 14 Sep 2019 10:52:16 -0400 Received: from symphony.aura-online.co.uk (154.189.187.81.in-addr.arpa [81.187.189.154]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) (Authenticated sender: chewi) by smtp.gentoo.org (Postfix) with ESMTPSA id EFCC234B179; Sat, 14 Sep 2019 14:52:12 +0000 (UTC) From: James Le Cuirot To: qemu-devel@nongnu.org Date: Sat, 14 Sep 2019 15:51:55 +0100 Message-Id: <20190914145155.19360-1-chewi@gentoo.org> X-Mailer: git-send-email 2.23.0 MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 140.211.166.183 X-Mailman-Approved-At: Sat, 14 Sep 2019 16:55:48 -0400 Subject: [Qemu-devel] [PATCH] configure: Add xkbcommon configure options X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, James Le Cuirot Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" Content-Type: text/plain; charset="utf-8" This dependency is currently "automagic", which is bad for distributions. Signed-off-by: James Le Cuirot Reviewed-by: Gerd Hoffmann Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daud=C3=A9 --- configure | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configure b/configure index 30aad233d1..30544f52e6 100755 --- a/configure +++ b/configure @@ -1521,6 +1521,10 @@ for opt do ;; --disable-libpmem) libpmem=3Dno ;; + --enable-xkbcommon) xkbcommon=3Dyes + ;; + --disable-xkbcommon) xkbcommon=3Dno + ;; *) echo "ERROR: unknown option $opt" echo "Try '$0 --help' for more information" @@ -1804,6 +1808,7 @@ disabled with --disable-FEATURE, default is enabled i= f available: capstone capstone disassembler support debug-mutex mutex debugging support libpmem libpmem support + xkbcommon xkbcommon support =20 NOTE: The object files are built at the place where configure is launched EOF --=20 2.23.0