diff options
author | Olivier Fourdan <ofourdan@redhat.com> | 2020-09-09 10:51:24 +0200 |
---|---|---|
committer | Olivier Fourdan <fourdan@gmail.com> | 2021-01-29 12:52:09 +0000 |
commit | 3cdac5ba07a79761652d960e0e907601f82718bc (patch) | |
tree | 459b3da7c79d56029c10fe0c02a4bf3dd25843ad /hw/xwin/Makefile.am | |
parent | a81c98e42a954580ca0d43c89169dc2069c87b96 (diff) |
mi: List extensions in usage message
Not all extensions can be enabled or disabled at runtime, list the
extensions which can from the help message rather than on error only.
v2:
* Print the header message in the ListStaticExtensions() (Peter
Hutterer)
* Do not export ListStaticExtensions() as Xserver API
Signed-off-by: Olivier Fourdan <ofourdan@redhat.com>
Reviewed-by: Michel Dänzer <mdaenzer@redhat.com>
Diffstat (limited to 'hw/xwin/Makefile.am')
-rw-r--r-- | hw/xwin/Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/xwin/Makefile.am b/hw/xwin/Makefile.am index 6ef89196a..75c2b2058 100644 --- a/hw/xwin/Makefile.am +++ b/hw/xwin/Makefile.am @@ -88,6 +88,7 @@ SRCS = InitInput.c \ windisplay.h \ XWin.rc \ $(top_srcdir)/mi/miinitext.c \ + $(top_srcdir)/mi/miinitext.h \ $(SRCS_CLIPBOARD) \ $(SRCS_MULTIWINDOW) \ $(SRCS_RANDR) |