qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] qemu is missing monitor


From: Jiri Slaby
Subject: Re: [Qemu-devel] qemu is missing monitor
Date: Fri, 10 Oct 2014 09:49:00 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.1.2

On 10/09/2014, 06:05 PM, Peter Maydell wrote:
> On 9 October 2014 14:37, Jiri Slaby <address@hidden> wrote:
>> Hi guys,
>>
>> qemu in opensuse latest (factory) does not have monitor. Despite
>> libvte-devel is installed, it is not detected by qemu. The problem is
>> that configure looks for vte-2.90, but we have vte-2.91 in factory. The
>> attached patch fixes that for factory, but it's dirty, of course.
> 
> Why the heck have the GTK folk made point releases end up
> needing their own pkg-config library name??

Don't ask me, /me wonders too. I am thinking of one of
* --enable-vte=2.91: we would have to do rpm -q vte-devel in .spec, but
that should work
* for ver in `seq 0 9`; do
    if pkg-config --exists vte-2.9$ver; then
      vteversion="vte-2.9$ver"
    fi
  done
* yell at the author of the versioning to retract and rethink!

thanks,
-- 
js
suse labs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]