qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [Qemu-devel] [PATCH] configure: Add xkbcommon configure options
@ 2019-09-14 14:51 James Le Cuirot
  2019-09-16  8:15 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
  2019-09-16 12:11 ` [Qemu-devel] " Philippe Mathieu-Daudé
  0 siblings, 2 replies; 7+ messages in thread
From: James Le Cuirot @ 2019-09-14 14:51 UTC (permalink / raw)
  To: qemu-devel; +Cc: qemu-trivial, James Le Cuirot

This dependency is currently "automagic", which is bad for distributions.

Signed-off-by: James Le Cuirot <chewi@gentoo.org>
---
 configure | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/configure b/configure
index 30aad233d1..30544f52e6 100755
--- a/configure
+++ b/configure
@@ -1521,6 +1521,10 @@ for opt do
   ;;
   --disable-libpmem) libpmem=no
   ;;
+  --enable-xkbcommon) xkbcommon=yes
+  ;;
+  --disable-xkbcommon) xkbcommon=no
+  ;;
   *)
       echo "ERROR: unknown option $opt"
       echo "Try '$0 --help' for more information"
@@ -1804,6 +1808,7 @@ disabled with --disable-FEATURE, default is enabled if available:
   capstone        capstone disassembler support
   debug-mutex     mutex debugging support
   libpmem         libpmem support
+  xkbcommon       xkbcommon support
 
 NOTE: The object files are built at the place where configure is launched
 EOF
-- 
2.23.0



^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2019-09-19 11:52 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-14 14:51 [Qemu-devel] [PATCH] configure: Add xkbcommon configure options James Le Cuirot
2019-09-16  8:15 ` [Qemu-devel] [Qemu-trivial] " Laurent Vivier
2019-09-19  8:37   ` Gerd Hoffmann
2019-09-19 10:16     ` Laurent Vivier
2019-09-19 11:01       ` Gerd Hoffmann
2019-09-19 11:47         ` Laurent Vivier
2019-09-16 12:11 ` [Qemu-devel] " Philippe Mathieu-Daudé

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).