Update Builder example for raylib 2.0.0. External OpenAL and GLFW are not required anymore.
Open meson.build with Builder or run meson build; cd build; ninja; ./core_basic_window on the commandline to launch the example.
meson.build
meson build; cd build; ninja; ./core_basic_window