From a7569d5a9c690080718778352317511fc6a5a524 Mon Sep 17 00:00:00 2001 From: Oskar Chodowicz Date: Thu, 19 Sep 2019 14:06:17 +0200 Subject: [PATCH] Fixes SMACK access violation errors These errors were caused by usage of p2p connection in atspi to atk adaptor Change-Id: I3ac0dd7b5d77fdae531fa96bffd8ec82ec78f1eb --- packaging/at-spi2-atk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/at-spi2-atk.spec b/packaging/at-spi2-atk.spec index a721101..faebb5f 100644 --- a/packaging/at-spi2-atk.spec +++ b/packaging/at-spi2-atk.spec @@ -44,7 +44,7 @@ accessibility toolkit. This version is based on dbus. cp %{SOURCE1001} . %build -meson --prefix /usr --libdir %{_libdir} build +meson --prefix /usr --libdir %{_libdir} build -Ddisable_p2p=true ninja -C build all %install -- 2.34.1