From 5b4f62e4bb1ef6c65da2dfd5304fb5fa0851ff9828f56e45590d8f28dfdbe9fd Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sat, 4 Feb 2023 15:33:55 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/python-pywlroots?expand=0&rev=15 --- python-pywlroots.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-pywlroots.spec b/python-pywlroots.spec index 506d145..565d809 100644 --- a/python-pywlroots.spec +++ b/python-pywlroots.spec @@ -26,7 +26,7 @@ Group: Development/Languages/Python URL: https://github.com/flacjacket/pywlroots Source0: https://files.pythonhosted.org/packages/source/p/pywlroots/pywlroots-%{version}.tar.gz Source1: python-pywlroots-rpmlintrc -Patch0: fix-include-paths.patch +# Patch0: fix-include-paths.patch BuildRequires: %{python_module cffi} BuildRequires: %{python_module devel} BuildRequires: %{python_module distutils-extra} @@ -54,7 +54,7 @@ Python binding to the wlroots library using cffi. %prep %setup -q -n pywlroots-%{version} -%patch0 -p1 +#%%patch0 -p1 %build export CFLAGS="%optflags $(pkg-config --cflags wayland-client xkbcommon pixman-1 libinput libdrm)"