mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-05 14:02:48 +00:00
lottie: fixed pc file for linking issue of lottie library in tizen
thanks to youngbok for the help Change-Id: Iff2cb41b58102892b8903cf17cc7847ff3c9163e
This commit is contained in:
parent
333d888a42
commit
a5528fc85d
@ -1,11 +1,12 @@
|
||||
prefix=@PREFIX@
|
||||
exec_prefix=@EXEC_DIR@
|
||||
libdir=@LIBDIR@
|
||||
includedir=@INCDIR@
|
||||
prefix=/usr
|
||||
exec_prefix=/usr
|
||||
apiversion=0.0.1
|
||||
libdir=/usr/lib
|
||||
includedir=/usr/include
|
||||
|
||||
Name: lottie-player
|
||||
Description: A lottie-player library
|
||||
Version: @VERSION@
|
||||
Requires:
|
||||
Libs: -L${libdir} -llottie-player
|
||||
Cflags: -I${includedir}
|
||||
Cflags: -I${includedir} -std=c++14
|
||||
|
||||
@ -53,13 +53,14 @@ echo "INFO: System should be restarted or execute: systemctl --user daemon-reloa
|
||||
|
||||
%files
|
||||
%defattr(-,root,root,-)
|
||||
%{_libdir}/liblottie-player.so*
|
||||
%{_libdir}/liblottie-player.so.*
|
||||
%{_datadir}/license/%{name}
|
||||
%manifest %{name}.manifest
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root,-)
|
||||
%{_includedir}/*.h
|
||||
%{_libdir}/liblottie-player.so
|
||||
%{_libdir}/cmake/lottie-player/*.cmake
|
||||
%{_libdir}/pkgconfig/lottie-player.pc
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user