mirror of
https://github.com/labwc/labwc.git
synced 2026-05-20 21:37:41 -04:00
main: update --version string
This commit is contained in:
parent
4b61a8a879
commit
8473ea4b72
1 changed files with 1 additions and 1 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue