Igalia / webkit-container-sdk

The all-in-one SDK for WebKit GTK/WPE port development.
MIT License
12 stars 7 forks source link

jhbuild: remove meson #37

Closed dpino closed 2 months ago

dpino commented 2 months ago

Meson dependency is not needed in JHBuild modules since the version shipped by the underlying OS (currently, Ubuntu 24.04) is newer than the version stated in JHBuild modules file.

$ apt-cache madison meson
     meson | 1.3.2-1ubuntu1 | http://archive.ubuntu.com/ubuntu noble/universe amd64 Packages
     meson | 1.3.2-1ubuntu1 | http://archive.ubuntu.com/ubuntu noble/universe Sources
$ git log -1 --pretty="%h %ad %ae %s" --date=short 1.2.3
84e437179 2023-10-17 nirbheek@centricul.. Bump versions to 1.2.3 for release
$ git log -1 --pretty="%h %ad %ae %s" --date=short 1.3.2
614d43623 2024-02-07 nirbheek@centricul.. Bump versions to 1.3.2 for release
nikolaszimmermann commented 2 months ago

Looks good! Thanks @dpino.