RESOLVED FIXED 217825
[JHBuild] Update libwpe and wpebackend-fdo and add libmanette to minimal moduleset
https://bugs.webkit.org/show_bug.cgi?id=217825
Summary [JHBuild] Update libwpe and wpebackend-fdo and add libmanette to minimal modu...
Carlos Alberto Lopez Perez
Reported 2020-10-16 07:25:00 PDT
libmanette 0.2.4 is required for enabling gamepad support, which defaults to on since r268389 for developer builds the version shipped by ubuntu-20.04 is not enough (0.2.3), so we should include this on the minimal moduleset which is used to generate the bundle products on the packaging bots. See: https://build.webkit.org/builders/GTK-Linux-64bit-Release-Packaging-Nightly-Ubuntu2004 meanwhile at this, seize to also update the libwpe and wpebackend-fdo libraries
Attachments
Patch (5.76 KB, patch)
2020-10-16 07:28 PDT, Carlos Alberto Lopez Perez
no flags
Carlos Alberto Lopez Perez
Comment 1 2020-10-16 07:28:03 PDT
Adrian Perez
Comment 2 2020-10-16 07:37:55 PDT
Comment on attachment 411573 [details] Patch Whoops, I completely forgot about the JHBuild moduleset when doing the bit to enable the gamepad support for development builds. Thanks for this! View in context: https://bugs.webkit.org/attachment.cgi?id=411573&action=review > Tools/jhbuild/jhbuild-minimal.modules:102 > + <!-- libmanette >= 0.2.4 required for GamePad support --> Any reason to not use libmanette 0.2.5?
Carlos Alberto Lopez Perez
Comment 3 2020-10-16 08:26:26 PDT
(In reply to Adrian Perez from comment #2) > Comment on attachment 411573 [details] > Patch > > Whoops, I completely forgot about the JHBuild moduleset when doing the bit > to enable the gamepad support for development builds. Thanks for this! > > View in context: > https://bugs.webkit.org/attachment.cgi?id=411573&action=review > > > Tools/jhbuild/jhbuild-minimal.modules:102 > > + <!-- libmanette >= 0.2.4 required for GamePad support --> > > Any reason to not use libmanette 0.2.5? Yes. The purpose of the minimal moduleset is to only build the libraries if the system one is not new enough. That is why the libraries listed there include a <pkg-config> entry. That tells jhbuild to first search for that library on the system and if the version shipped by the system is equal or newer than the version listed on the module, then it skips building that library. This way is possible to only build the library if is really needed. If i list a version newer than the minimum required then the above trick won't work and it may end building the library when the one shipped by the system was enough. This minimal moduleset is just used for the packaging bots and for using it you have to export an environment variable WEBKIT_JHBUILD_MODULESET=minimal See bug 213614
Carlos Alberto Lopez Perez
Comment 4 2020-10-16 08:27:24 PDT
Comment on attachment 411573 [details] Patch Clearing flags on attachment: 411573 Committed r268591: <https://trac.webkit.org/changeset/268591>
Carlos Alberto Lopez Perez
Comment 5 2020-10-16 08:27:28 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.