From 63663a586fc583d443ccc38f7d909787abfabc3f Mon Sep 17 00:00:00 2001 From: YoungGun Chun Date: Tue, 7 May 2019 14:39:18 +0900 Subject: [PATCH] Fix meson build error Change-Id: I36cd342b67f082e82357106c4a5347535a55ec25 --- packaging/atk.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/atk.spec b/packaging/atk.spec index 183d201..3271fc2 100644 --- a/packaging/atk.spec +++ b/packaging/atk.spec @@ -64,7 +64,7 @@ to develop applications that require these. cp %{SOURCE1001} . %build -meson --prefix /usr/ build +meson --prefix /usr --libdir %{_libdir} build ninja -C build all %install -- 2.7.4