Closed
Bug 654117
Opened 14 years ago
Closed 14 years ago
libXt library is not needed for Qt firefox
Categories
(Core Graveyard :: Widget: Qt, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla7
People
(Reporter: romaxa, Assigned: romaxa)
Details
Attachments
(1 file, 1 obsolete file)
590 bytes,
patch
|
ted
:
review+
|
Details | Diff | Splinter Review |
Just recently found that libXt configure check is hardcoded for X11 platforms, but not really used in Qt configuration.
I think we should make it GTK only
Assignee | ||
Comment 1•14 years ago
|
||
Full disable of xt library is quite difficult, bunch of places gets broken if I disable Xt checking... but we can just remove it from final LD flags
Assignee: nobody → romaxa
Attachment #536136 -
Flags: feedback?(ted.mielczarek)
Assignee | ||
Comment 2•14 years ago
|
||
Ups, previous patch was changing gtk build instead of Qt, sorry.
Attachment #536136 -
Attachment is obsolete: true
Attachment #536136 -
Flags: feedback?(ted.mielczarek)
Attachment #536909 -
Flags: review?(ted.mielczarek)
Comment 3•14 years ago
|
||
Comment on attachment 536909 [details] [diff] [review]
removal for XT linking in Qt build
Review of attachment 536909 [details] [diff] [review]:
-----------------------------------------------------------------
Attachment #536909 -
Flags: review?(ted.mielczarek) → review+
Assignee | ||
Updated•14 years ago
|
Keywords: checkin-needed
Comment 4•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Keywords: checkin-needed
Resolution: --- → FIXED
Version: unspecified → Trunk
Updated•14 years ago
|
Target Milestone: --- → mozilla7
Updated•9 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•