After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 669558 - gedit-plugins: configure check for vte is broken
gedit-plugins: configure check for vte is broken
Status: RESOLVED FIXED
Product: gedit-plugins
Classification: Other
Component: General
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Gedit maintainers
Gedit maintainers
Depends on:
Blocks:
 
 
Reported: 2012-02-07 11:15 UTC by Vincent Untz
Modified: 2019-03-23 20:34 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
build: Fix check for vte to look for libvte2_90 (797 bytes, patch)
2012-02-07 12:10 UTC, Vincent Untz
committed Details | Review

Description Vincent Untz 2012-02-07 11:15:48 UTC
A configure check for vte was recently added to configure:
 http://git.gnome.org/browse/gedit-plugins/commit/?id=9002b88f291252d74d7e4cd4e5676a2aae45bf09

However, this is just broken as it looks for libvte (GTK+ 2 version of vte) instead of libvte2_90.
Comment 1 Vincent Untz 2012-02-07 12:10:20 UTC
Created attachment 206977 [details] [review]
build: Fix check for vte to look for libvte2_90

We want the GTK+ 3 version of vte.
Comment 2 Ignacio Casal Quinteiro (nacho) 2012-02-07 12:16:35 UTC
Review of attachment 206977 [details] [review]:

Looks good.
Comment 3 Ignacio Casal Quinteiro (nacho) 2012-02-07 12:17:26 UTC
Review of attachment 206977 [details] [review]:

Looks good.
Comment 4 Ignacio Casal Quinteiro (nacho) 2012-02-07 12:17:26 UTC
Review of attachment 206977 [details] [review]:

Looks good.
Comment 5 Ignacio Casal Quinteiro (nacho) 2012-02-07 12:17:27 UTC
Review of attachment 206977 [details] [review]:

Looks good.
Comment 6 Ignacio Casal Quinteiro (nacho) 2012-02-07 12:17:27 UTC
Review of attachment 206977 [details] [review]:

Looks good.
Comment 7 Vincent Untz 2012-02-07 12:22:50 UTC
Comment on attachment 206977 [details] [review]
build: Fix check for vte to look for libvte2_90

Pushed.