forked from pool/weston
This commit is contained in:
parent
ab42f3f228
commit
9deb6a0025
@ -149,11 +149,14 @@ to develop plugins for Weston.
|
||||
%if !0%{?qemu_user_space_build}
|
||||
export XDG_RUNTIME_DIR="$PWD/xdg"
|
||||
mkdir -pm go-rwx "$XDG_RUNTIME_DIR"
|
||||
if ! make BACKEND=headless-backend.so check; then
|
||||
cat test-suite.log || :
|
||||
export BACKEND=headless-backend.so
|
||||
pushd build/
|
||||
if ! meson test; then
|
||||
cat meson-logs/testlog.txt
|
||||
# make check can not pass completely without an actual screen.
|
||||
#exit 1
|
||||
fi
|
||||
popd
|
||||
%endif
|
||||
|
||||
%post -n libweston-%major-0 -p /sbin/ldconfig
|
||||
@ -169,6 +172,7 @@ fi
|
||||
%_libdir/%name/
|
||||
%_datadir/%name/
|
||||
%_datadir/wayland-sessions/
|
||||
%_datadir/pkgconfig/*.pc
|
||||
%_mandir/man?/*.*
|
||||
|
||||
%files -n libweston-%major-0
|
||||
@ -188,6 +192,5 @@ fi
|
||||
%_includedir/%name/
|
||||
%_libdir/pkgconfig/*.pc
|
||||
%_libdir/libweston*.so
|
||||
%_datadir/pkgconfig/*.pc
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user