projects
/
platform
/
hal
/
api
/
power.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e4cccc
)
halapi: power: add hal-api-common dependency to pc
06/255906/1
accepted/tizen/unified/20210328.230643
submit/tizen/20210325.052307
author
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 25 Mar 2021 04:09:51 +0000
(13:09 +0900)
committer
Seung-Woo Kim
<sw0312.kim@samsung.com>
Thu, 25 Mar 2021 04:13:59 +0000
(13:13 +0900)
To refer hal-api-common specific libs from hal-api-power linked
binary, add hal-api-common dependency to pc explictly.
Change-Id: Ie30d115c0191a5406e38e95a0e7b9453ee14668a
Signed-off-by: Seung-Woo Kim <sw0312.kim@samsung.com>
hal-api-power.pc
patch
|
blob
|
history
diff --git
a/hal-api-power.pc
b/hal-api-power.pc
index 5b19f7ef64b6124c2801523ce1e9da229ba89ea0..552a1eab2c1c2fe7b283bbaf48569719fb146692 100644
(file)
--- a/
hal-api-power.pc
+++ b/
hal-api-power.pc
@@
-10,7
+10,7
@@
Name: ${package_name}
Description: ${package_name} interface
Version: @VERSION@
-Requires:
+Requires:
hal-api-common
Libs: -L${libdir} -l${package_name}
Cflags: -I${includedir}
CXXflags: -I${includedir}