mirror of
https://github.com/labwc/labwc.git
synced 2026-05-22 21:37:34 -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)
|
print_version(void)
|
||||||
{
|
{
|
||||||
#define FEATURE_ENABLED(feature) (HAVE_##feature ? "+" : "-")
|
#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,
|
LABWC_VERSION,
|
||||||
FEATURE_ENABLED(XWAYLAND),
|
FEATURE_ENABLED(XWAYLAND),
|
||||||
FEATURE_ENABLED(NLS),
|
FEATURE_ENABLED(NLS),
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue