Fix meson build error 18/205518/1 accepted/tizen/unified/20190507.221734 submit/tizen/20190507.071707
authorYoungGun Chun <jykeon@samsung.com>
Tue, 7 May 2019 05:53:00 +0000 (14:53 +0900)
committerYoungGun Chun <jykeon@samsung.com>
Tue, 7 May 2019 05:53:34 +0000 (14:53 +0900)
Change-Id: If9f9fcbd94c9f562d239d4b134f97bfb3a4ea705

packaging/at-spi2-core.spec

index f9af8d2..e6ba0f1 100644 (file)
@@ -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