main: update --version string

This commit is contained in:
Tomi Ollila 2026-05-12 21:23:22 +03:00 committed by Consolatis
parent 4b61a8a879
commit 8473ea4b72

View file

@ -67,7 +67,7 @@ static void
print_version(void)
{
#define FEATURE_ENABLED(feature) (HAVE_##feature ? "+" : "-")
printf("labwc %s (%sxwayland %snls %srsvg %slibsfdo) running on wlroots %d.%d.%d\n",
printf("labwc %s (%sxwayland %snls %srsvg %slibsfdo) wlroots-%d.%d.%d\n",
LABWC_VERSION,
FEATURE_ENABLED(XWAYLAND),
FEATURE_ENABLED(NLS),