Open abmantis opened 9 months ago
This allows using meson devenv to run the binaries without having to install the schemas or manually setup XDG_DATA_PATH, which is usefull during development.
meson devenv
gnome.compile_schemas() does not affect the installation, only meson devenv.
gnome.compile_schemas()
This allows using
meson devenv
to run the binaries without having to install the schemas or manually setup XDG_DATA_PATH, which is usefull during development.gnome.compile_schemas()
does not affect the installation, onlymeson devenv
.