From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60558) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fa10w-0007KB-Ql for qemu-devel@nongnu.org; Mon, 02 Jul 2018 11:45:22 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fa10u-0008S3-CE for qemu-devel@nongnu.org; Mon, 02 Jul 2018 11:45:18 -0400 Received: from mx1.redhat.com ([209.132.183.28]:55918) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fa10u-0008PP-2F for qemu-devel@nongnu.org; Mon, 02 Jul 2018 11:45:16 -0400 Date: Mon, 2 Jul 2018 17:45:13 +0200 From: Gerd Hoffmann Message-ID: <20180702154513.7ah55gzfwp7spkfa@sirius.home.kraxel.org> References: <20180630165448.30795-1-mjt@msgid.tls.msk.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20180630165448.30795-1-mjt@msgid.tls.msk.ru> Subject: Re: [Qemu-devel] [PATCH] ui: do not build-depend or link with libdrm, it is not needed List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Michael Tokarev Cc: qemu-devel@nongnu.org On Sat, Jun 30, 2018 at 07:54:48PM +0300, Michael Tokarev wrote: > Opengl support brings up libdrm. But actually nothing uses this library > or includes any of its headers. Just remove checking for it from configure. Added to ui queue. thanks, Gerd