Specify proper vte version in .ycm_extra_conf.py
This commit is contained in:
parent
cb3dfb71a0
commit
142a594c81
|
@ -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():
|
||||||
|
|
Loading…
Reference in New Issue