From 6537e86bc442f8d0f953ea87995bebd4411b1932 Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sat, 14 Apr 2018 13:52:33 +0000 Subject: [PATCH] - disabled xinput for now, breaks build --- python-xpyb.spec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python-xpyb.spec b/python-xpyb.spec index 710ef7c..1b00106 100644 --- a/python-xpyb.spec +++ b/python-xpyb.spec @@ -2,7 +2,7 @@ Summary: X-protocol Python Binding Summary(pl.UTF-8): X-protocol Python Binding - wiązanie Pythona do protokołu X Name: python-xpyb Version: 1.3.1 -Release: 3 +Release: 4 License: Public Domain Group: Development/Languages/Python Source0: http://xcb.freedesktop.org/dist/xpyb-%{version}.tar.bz2 @@ -58,8 +58,8 @@ Pliki programistyczne pakietu X Python Binding. %{__autoheader} %{__automake} %configure \ - --enable-selinux \ - --enable-xinput + --enable-selinux +# --enable-xinput %install rm -rf $RPM_BUILD_ROOT -- 2.43.0