Comment 8 for bug 1374939

Revision history for this message
Matthieu Baerts (matttbe) wrote :

Hello Maxime,

I just applied your patch on BZR (rev 3122) ;-)

Here are the two main changes:
 * I added preprocessor conditions to support both new and old versions
    => #if VTE_CHECK_VERSION(2,91,0)
 * I removed the modification of CMakeLists.txt files (not needed because Pango is already included by GTK, etc.)

Thank you for your help!