ector: remove include path in pc file 20/240820/2
authorJongmin Lee <jm105.lee@samsung.com>
Wed, 12 Aug 2020 00:03:45 +0000 (09:03 +0900)
committerJongmin Lee <jm105.lee@samsung.com>
Thu, 13 Aug 2020 21:17:01 +0000 (21:17 +0000)
commit019ed298a6ee5ab17de92c5d35367ecaf9ee040c
treed51073a3803d2f6465d9095cb8e207b75d7d73f0
parentd92153646af1e05b421bf4e3e79af6a722984026
ector: remove include path in pc file

ector.pc defines Cflags as '-I${includedir}/ector-1'. However, there are no
files in ector-1 directory. The recent version of cmake checks whether the include path
contains files or not. If there are no files, it stops compilation with errors.
Since ector does not expose any header files, it should not define any include path.

Change-Id: I15ba71a1dbdf246e5637b51c6bcd2a0d992dcf37
meson.build