make capi-media-vision.pc file correctly
authorInki Dae <inki.dae@samsung.com>
Tue, 21 Mar 2023 10:58:57 +0000 (19:58 +0900)
committerKwanghoon Son <k.son@samsung.com>
Fri, 7 Apr 2023 08:53:23 +0000 (17:53 +0900)
commit81935fd0adb57f500a4ac3df485a31606f17be64
tree09501ccc11b8457aa76696c3d99e0e6b596c975f
parent1d991e966c2abd16a0a020e40b3d4a44e1951afe
make capi-media-vision.pc file correctly

[Issue type] : code cleanup

capi-media-vision.pc file should provide a list to installed packages and
linked libraries correctly.

Without this patch, packages and libraries can be added in capi-media-vision.pc
file even though they aren't enabled. This is definitely a bug.

So this patch makes sure only enabled packages and libraries are added
to the pc file correctly.

Change-Id: Ic2906558637d13905d620e89b75ae089e5caf6ed
Signed-off-by: Inki Dae <inki.dae@samsung.com>
CMakeLists.txt