lanoxx / tilda

A Gtk based drop down terminal for Linux and Unix
GNU General Public License v2.0
1.28k stars 161 forks source link

Fixes #223, change minimum VTE_MINOR_VERSION to 38 instead of 40. #226

Closed higebu closed 8 years ago

higebu commented 8 years ago

I tested on Debian Jessie with libvte 2.91, and my build works fine. My environment is as below.

$ uname -a
Linux tp 3.16.0-4-amd64 #1 SMP Debian 3.16.7-ckt20-1+deb8u4 (2016-02-29) x86_64 GNU/Linux
$ dpkg -l | grep libvte
ii  libvte-2.91-0                         0.38.1-2                             amd64        Terminal emulator widget for GTK+ 3.0 - runtime files
ii  libvte-2.91-common                    0.38.1-2                             all          Terminal emulator widget for GTK+ 3.0 - common files
ii  libvte-2.91-dev                       0.38.1-2                             amd64        Terminal emulator widget for GTK+ 3.0 - development files
ii  libvte-2.91-doc                       0.38.1-2                             all          Terminal emulator widget for GTK+ 3.0 - documentation
lanoxx commented 8 years ago

Merged manually, see commits: 284651c963318588312650bbf598b44b0317c0f1 and 284651c963318588312650bbf598b44b0317c0f1

lanoxx commented 8 years ago

Thanks alot @higebu

higebu commented 8 years ago

@lanoxx Thanks!