diff options
author | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-01-06 16:43:46 +0900 |
---|---|---|
committer | Jean-Philippe Andre <jp.andre@samsung.com> | 2016-01-06 17:30:58 +0900 |
commit | 52a281fd2206e729519fa81ac1751f44aefbfecd (patch) | |
tree | 671d4f040de38a000ebf604c94967ab9145eb4a7 /pc | |
parent | 454220ba65fa81e06029a356ecd9b685a6c83269 (diff) | |
download | efl-52a281fd2206e729519fa81ac1751f44aefbfecd.tar.gz |
Ector: Do not install any header file
Also fix spelling in .pc file
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ector.pc.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pc/ector.pc.in b/pc/ector.pc.in index 43d2db10f4..3f4638f93b 100644 --- a/pc/ector.pc.in +++ b/pc/ector.pc.in @@ -4,9 +4,9 @@ libdir=@libdir@ includedir=@includedir@ Name: ector -Description: Enlightenned retained mode drawing library +Description: Enlightened retained mode drawing library Requires.private: @requirements_pc_ector@ Version: @VERSION@ Libs: -L${libdir} -lector Libs.private: @requirements_libs_ector@ -Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ector-@VMAJ@ +Cflags: |