RESOLVED FIXED 177752
[WPE] Do not require XSLT if disabled
https://bugs.webkit.org/show_bug.cgi?id=177752
Summary [WPE] Do not require XSLT if disabled
Olivier Blin
Reported 2017-10-02 10:28:09 PDT
libxslt is not a hard dep.
Attachments
Patch (1.29 KB, patch)
2017-10-02 10:29 PDT, Olivier Blin
no flags
Olivier Blin
Comment 1 2017-10-02 10:29:46 PDT
WebKit Commit Bot
Comment 2 2017-10-02 11:58:10 PDT
Comment on attachment 322387 [details] Patch Clearing flags on attachment: 322387 Committed r222727: <http://trac.webkit.org/changeset/222727>
WebKit Commit Bot
Comment 3 2017-10-02 11:58:12 PDT
All reviewed patches have been landed. Closing bug.
Michael Catanzaro
Comment 4 2017-10-03 02:07:21 PDT
I suppose we should expose ENABLE_XSLT as a public option, since it allows avoiding a dependency that's not needed on embedded devices.
Zan Dobersek
Comment 5 2017-10-03 02:41:29 PDT
(In reply to Michael Catanzaro from comment #4) > I suppose we should expose ENABLE_XSLT as a public option, since it allows > avoiding a dependency that's not needed on embedded devices. Yes, I think that makes sense.
Adrian Perez
Comment 6 2017-10-03 02:49:39 PDT
(In reply to Zan Dobersek from comment #5) > (In reply to Michael Catanzaro from comment #4) > > I suppose we should expose ENABLE_XSLT as a public option, since it allows > > avoiding a dependency that's not needed on embedded devices. > > Yes, I think that makes sense. +1
Don Olmstead
Comment 7 2017-10-03 11:05:35 PDT
(In reply to Adrian Perez from comment #6) > (In reply to Zan Dobersek from comment #5) > > (In reply to Michael Catanzaro from comment #4) > > > I suppose we should expose ENABLE_XSLT as a public option, since it allows > > > avoiding a dependency that's not needed on embedded devices. > > > > Yes, I think that makes sense. > > +1 Please do. We want to remove libxslt from WinCairo by default
Michael Catanzaro
Comment 8 2017-10-04 02:09:37 PDT
This doesn't affect WinCairo at all since the choice of which options to expose for WPE is WPE-specific.
Michael Catanzaro
Comment 9 2017-10-04 02:11:51 PDT
Michael Catanzaro
Comment 10 2017-10-04 02:12:47 PDT
In the future: please no patches to allow disabling dependencies unless the corresponding feature flag also made public.
Note You need to log in before you can comment on or make changes to this bug.