GabMus / razerCommander

GTK contol center for managing razer peripherals on Linux
GNU General Public License v3.0
164 stars 25 forks source link

Unable to use meson on Ubuntu 16.04 #67

Closed JustH3LL closed 6 years ago

JustH3LL commented 6 years ago

got to meson ..

reports back with

justh3ll@justh3ll-ubuntu:~/razercommander/builddir$ meson ..
The Meson build system
Version: 0.29.0
Source dir: /home/justh3ll/razercommander
Build dir: /home/justh3ll/razercommander/builddir
Build type: native build
Build machine cpu family: x86_64
Build machine cpu: x86_64

Meson encountered an error in file meson.build, line 1, column 0:
Not enough arguments to project(). Needs at least the project name and one language
justh3ll@justh3ll-ubuntu:~/razercommander/builddir$ 
GabMus commented 6 years ago

razerCommander requires meson version 0.40.0 or greater. Your version is 0.29.0. Update it and it should work.