Add a dependency of aul-blink library to aul library 48/309448/1
authorHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Apr 2024 02:08:22 +0000 (11:08 +0900)
committerHwankyu Jhun <h.jhun@samsung.com>
Thu, 11 Apr 2024 02:08:22 +0000 (11:08 +0900)
commit2de4cf4a1b3878d96dcebfa04d17b6ce0ac4c774
treed3f876d289cc12bf941fa8bc004e86ba62058c1b
parentc4c77d457291869b63954caf89ae9bc43b623c8e
Add a dependency of aul-blink library to aul library

This patch adds a missing dependency of the libaul-blink.
Currently, if the library is not used, the library is not loaded forcedly
by '--wl,--as-needed' option.

Change-Id: Ic3939dcc096e8f2c14ab4aa3eca7cd9f3d986f3a
Signed-off-by: Hwankyu Jhun <h.jhun@samsung.com>
packaging/aul.spec
src/aul/aul_launch.c
src/blink/CMakeLists.txt
src/blink/aul-blink.pc.in [new file with mode: 0644]
src/blink/aul_blink.cc
src/blink/include/aul_blink.h [new file with mode: 0644]