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 657581 - gdk-3.0 supports multiple targets; the "target" variable is gone
gdk-3.0 supports multiple targets; the "target" variable is gone
Status: RESOLVED FIXED
Product: vte
Classification: Core
Component: general
0.29.x
Other Linux
: Normal normal
: ---
Assigned To: VTE Maintainers
VTE Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-08-29 01:45 UTC by Alexandre Rostovtsev
Modified: 2011-08-29 11:59 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch to use gdk-3.0's "targets" variable (1.46 KB, patch)
2011-08-29 01:48 UTC, Alexandre Rostovtsev
none Details | Review

Description Alexandre Rostovtsev 2011-08-29 01:45:57 UTC
gdk-3.0 supports multiple targets. Instead of a single-valued "target" variable in the .pc file like in 2.0, there is now a "targets" variable, which contains a list. This requires adjusting the GDK_TARGET logic in vte's configure.in.
Comment 1 Alexandre Rostovtsev 2011-08-29 01:48:09 UTC
Created attachment 195023 [details] [review]
patch to use gdk-3.0's "targets" variable