Fix meson build error 16/205516/1 accepted/tizen_5.5_unified accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5 tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.005542 accepted/tizen/5.5/unified/mobile/hotfix/20201027.062445 accepted/tizen/5.5/unified/wearable/hotfix/20201027.103322 accepted/tizen/unified/20190507.221737 submit/tizen/20190507.071707 submit/tizen_5.5/20191031.000006 submit/tizen_5.5_mobile_hotfix/20201026.185106 submit/tizen_5.5_wearable_hotfix/20201026.184306 tizen_5.5.m2_release
authorYoungGun Chun <jykeon@samsung.com>
Tue, 7 May 2019 05:39:18 +0000 (14:39 +0900)
committerYoungGun Chun <jykeon@samsung.com>
Tue, 7 May 2019 05:40:10 +0000 (14:40 +0900)
Change-Id: I36cd342b67f082e82357106c4a5347535a55ec25

packaging/atk.spec

index 183d201..3271fc2 100644 (file)
@@ -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