From 870691c1c55fe128f85ce7395ff9198ba93b2cdc Mon Sep 17 00:00:00 2001 From: YoungGun Chun Date: Tue, 7 May 2019 14:53:00 +0900 Subject: [PATCH] Fix meson build error Change-Id: If9f9fcbd94c9f562d239d4b134f97bfb3a4ea705 --- packaging/at-spi2-core.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/at-spi2-core.spec b/packaging/at-spi2-core.spec index f9af8d2..e6ba0f1 100644 --- a/packaging/at-spi2-core.spec +++ b/packaging/at-spi2-core.spec @@ -73,7 +73,7 @@ to develop applications that require these. cp %{SOURCE1001} . %build -meson --prefix /usr/ build -Dwith-dbus-daemondir=%{_bindir} -Ddbus_daemon=/usr/bin/dbus-daemon \ +meson --prefix /usr --libdir %{_libdir} build -Dwith-dbus-daemondir=%{_bindir} -Ddbus_daemon=/usr/bin/dbus-daemon \ %if !%{with x} -Denable-x11=no \ %else -- 2.7.4