Commit 75411919 authored by James Le Cuirot's avatar James Le Cuirot Committed by Laurent Vivier
Browse files

configure: Add xkbcommon configure options



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

Signed-off-by: default avatarJames Le Cuirot <chewi@gentoo.org>
Reviewed-by: default avatarLaurent Vivier <laurent@vivier.eu>
Reviewed-by: default avatarPhilippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: default avatarGerd Hoffmann <kraxel@redhat.com>
Message-Id: <20190914145155.19360-1-chewi@gentoo.org>
Signed-off-by: default avatarLaurent Vivier <laurent@vivier.eu>
parent 84b6ea05
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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