glava
glava copied to clipboard
Error while trying to build glava library 'GL' not found
Build type: native build WARNING: Unknown command line options: "optimization" This will become a hard error in a future Meson release. Project name: glava Native C compiler: cc (gcc 7.5.0 "cc (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") Native C++ compiler: c++ (gcc 7.5.0 "c++ (Ubuntu 7.5.0-3ubuntu1~18.04) 7.5.0") Build machine cpu family: x86_64 Build machine cpu: x86_64 Dependency threads found: YES Library pulse found: YES Library pulse-simple found: YES Library dl found: YES Library m found: YES Library X11 found: YES Library Xext found: YES Library Xrender found: YES Library dl found: YES Dependency threads found: YES (cached)
meson.build:184:2: ERROR: C library 'GL' not found
How I can solve that?
Install the package the provides libGl
, which is probably something like apt-get install libgl1-mesa-glx
for ubuntu.