From 22265d521c4db00cce6fefea7720bfcf298262f3 Mon Sep 17 00:00:00 2001 From: awiouy Date: Fri, 21 Oct 2016 18:00:21 +0200 Subject: [PATCH] libxkbcommon: disable autoreconf --- packages/wayland/libxkbcommon/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/wayland/libxkbcommon/package.mk b/packages/wayland/libxkbcommon/package.mk index f0d40e4ff8..46811aee05 100644 --- a/packages/wayland/libxkbcommon/package.mk +++ b/packages/wayland/libxkbcommon/package.mk @@ -29,7 +29,7 @@ PKG_SHORTDESC="xkbcommon: a library to handle keyboard descriptions" PKG_LONGDESC="xkbcommon is a library to handle keyboard descriptions, including loading them from disk, parsing them and handling their state. It's mainly meant for client toolkits, window systems, and other system applications; currently that includes Wayland, kmscon, GTK+, Qt, Clutter, and more. It is also used by some XCB applications for proper keyboard support." PKG_IS_ADDON="no" -PKG_AUTORECONF="yes" +PKG_AUTORECONF="no" if [ "$DISPLAYSERVER" = "x11" ]; then PKG_DEPENDS_TARGET="$PKG_DEPENDS_TARGET xkeyboard-config"