On 13-02-28 06:54 PM, Chow Loong Jin wrote:
On 01/03/2013 10:27, Colomban Wendling wrote:
[...]
hyperair@thinkpwn:~% apt-cache depends geany | grep vte Suggests: libvte9
That's suggests, not recommends, so it's not dragged in by default.
Hum, it probably should become a recommend IMHO, it's an important feature and it used to be available to most people (because libvte9 used to be installed by other apps like gnome-terminal, which now depends on libvte-2.90-9).
Why not just make it a hard dependency that's enabled by building against it at build time instead of dlopen()ing it?
+1, it would clean up a fair bit of extra code needed to dlopen it too.
Cheers, Matthew Brush