From: James Le Cuirot Date: Sat, 14 Sep 2019 14:51:55 +0000 (+0100) Subject: configure: Add xkbcommon configure options X-Git-Tag: v4.2.0-rc0~91^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=754119198de633683d7af79bc08e73c2de9df011;p=thirdparty%2Fqemu.git configure: Add xkbcommon configure options This dependency is currently "automagic", which is bad for distributions. Signed-off-by: James Le Cuirot Reviewed-by: Laurent Vivier Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Gerd Hoffmann Message-Id: <20190914145155.19360-1-chewi@gentoo.org> Signed-off-by: Laurent Vivier --- diff --git a/configure b/configure index 30aad233d17..30544f52e63 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