From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51774) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlc8M-0004Rj-VK for qemu-devel@nongnu.org; Wed, 27 Nov 2013 05:14:20 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vlc8H-0007Zx-1I for qemu-devel@nongnu.org; Wed, 27 Nov 2013 05:14:14 -0500 Received: from mx1.redhat.com ([209.132.183.28]:60586) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vlc8G-0007Zh-PU for qemu-devel@nongnu.org; Wed, 27 Nov 2013 05:14:08 -0500 Message-ID: <5295C5EC.3060700@redhat.com> Date: Wed, 27 Nov 2013 11:14:04 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1602530144.326084.1385546959951.open-xchange@email.1und1.de> In-Reply-To: <1602530144.326084.1385546959951.open-xchange@email.1und1.de> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [RFC] allow special paths for libusbx List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Erik Rull Cc: "qemu-devel@nongnu.org" , Gerd Hoffmann Il 27/11/2013 11:09, Erik Rull ha scritto: > I don't have libusbx installed on my system but the source package is available > and compiled for development. > This may also help other users to enable the libusbx support without having it > actually installed on the compile machine. > > It's a first attempt, feel free to optimize it. I would be happy if someone > could commit a patch like that for the next release - this would make it > possible to use the next qemu release instead of the git version with own > patches. > > The call parameters would be filled like: > > --enable-libusb-special-headers=-I/home/erik/libusbx/libusb > --enable-libusb-special-libs="-L/home/erik/libusbx/libusb/.libs -lusb-1.0" I believe you just have a misconfigured pkg-config. Paolo