switch to meson build + refactor code to remove compile warning

This commit is contained in:
DanyLE
2025-07-05 20:33:49 +02:00
parent 13543e1382
commit 0a77ed8d91
13 changed files with 128 additions and 66 deletions

View File

@ -24,9 +24,15 @@
void help()
{
printf("diyac - a simple Wayland compositor\n");
printf("Usage: diyac [-x] [startup command]\n");
printf("Options:\n");
printf(" -x exit with the session\n");
printf(" -v increase log level\n");
printf(" -h show this help message\n");
#ifdef __COMPOSITOR_VERSION__
printf("Version: %s\n", __COMPOSITOR_VERSION__);
#endif
}
/**