iXit / wine-nine-standalone

Build Gallium Nine support on top of an existing WINE installation
GNU Lesser General Public License v2.1
272 stars 23 forks source link

Meson >= 0.46 not available on 18.04 ubuntu #18

Closed montvid closed 5 years ago

montvid commented 5 years ago

Meson >= 0.46 not available on 18.04 ubuntu so it is impossible to compile. As it is supported for 5 years it would be nice the project supported it too.

meson.build:3:0: ERROR: Meson version is 0.45.1 but project requires >= 0.46.

dhewg commented 5 years ago

You can use pip to install a fresh meson (per user too), it's what we do for our travis builds. That's more practical than trying to make it work with old versions.

montvid commented 5 years ago

Thanks

dhewg commented 5 years ago

I assume that worked, did you build with the recent meson 0.50.0? Because that failed on travis for whatever reason...