Fix meson build error 15/205515/1 accepted/tizen/unified/20190507.221739 submit/tizen/20190507.071707
authorYoungGun Chun <jykeon@samsung.com>
Tue, 7 May 2019 05:34:45 +0000 (14:34 +0900)
committerYoungGun Chun <jykeon@samsung.com>
Tue, 7 May 2019 05:37:27 +0000 (14:37 +0900)
Change-Id: Ib426364fc33878276a4bc589b174dd4a83a543e0
Signed-off-by: YoungGun Chun <jykeon@samsung.com>
packaging/at-spi2-atk.spec

index 37e881d..a721101 100644 (file)
@@ -44,7 +44,7 @@ accessibility toolkit. This version is based on dbus.
 cp %{SOURCE1001} .
 
 %build
-meson --prefix /usr/ build
+meson --prefix /usr --libdir %{_libdir} build
 ninja -C build all
 
 %install