Specify proper vte version in .ycm_extra_conf.py

This commit is contained in:
Denis Kasak 2015-02-11 12:46:05 +01:00
parent cb3dfb71a0
commit 142a594c81
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ flags = [
] ]
flags += pkg_config('gtk+-3.0') flags += pkg_config('gtk+-3.0')
flags += pkg_config('vte-2.90') flags += pkg_config('vte-2.91')
def DirectoryOfThisScript(): def DirectoryOfThisScript():