From 7237a5df7bdf5c9fbc05a6188ea1f73fef9bb315 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dan=20Hor=C3=A1k?= Date: Fri, 8 Jan 2016 21:42:52 +0100 Subject: [PATCH] really enable x11 --- libxkbcommon.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libxkbcommon.spec b/libxkbcommon.spec index 6dd3139..a062715 100644 --- a/libxkbcommon.spec +++ b/libxkbcommon.spec @@ -57,7 +57,7 @@ autoreconf -v --install || exit 1 %configure \ --disable-silent-rules \ --disable-static \ - %{?x11:--enable-x11}%{!?x11:--disable-x11} + --enable-x11 make %{?_smp_mflags}