On 10/09/2014, 06:05 PM, Peter Maydell wrote:
> On 9 October 2014 14:37, Jiri Slaby <jsl...@suse.cz> 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