projects
/
platform
/
core
/
uifw
/
lottie-player.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
lottie: fixed pc file for linking issue of lottie library in tizen
[platform/core/uifw/lottie-player.git]
/
lottie-player.pc.in
1
prefix=/usr
2
exec_prefix=/usr
3
apiversion=0.0.1
4
libdir=/usr/lib
5
includedir=/usr/include
6
7
Name: lottie-player
8
Description: A lottie-player library
9
Version: @VERSION@
10
Requires:
11
Libs: -L${libdir} -llottie-player
12
Cflags: -I${includedir} -std=c++14