diff options
author | Al Poole <netstar@gmail.com> | 2017-12-03 13:37:42 +0000 |
---|---|---|
committer | Al Poole <netstar@gmail.com> | 2017-12-03 13:37:42 +0000 |
commit | 482724d52aaebb21ebb228eead9ddc107b094780 (patch) | |
tree | 29c0cb9356e30c8760884c94f0dad75bfc8ef5b2 /pc | |
parent | 1be1ef168ac5d86ed46a147e3a93789cf1de0179 (diff) | |
download | efl-482724d52aaebb21ebb228eead9ddc107b094780.tar.gz |
BSD: resolve issue of missing symbols building E on FreeBSD.
Diffstat (limited to 'pc')
-rw-r--r-- | pc/ecore.pc.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pc/ecore.pc.in b/pc/ecore.pc.in index 7611e968af..4be77bcf94 100644 --- a/pc/ecore.pc.in +++ b/pc/ecore.pc.in @@ -13,6 +13,6 @@ Name: ecore Description: Ecore event abstraction library Requires.private: @requirements_pc_ecore@ Version: @VERSION@ -Libs: -L${libdir} -lecore -lefl +Libs: -L${libdir} -lecore -lefl -lintl Libs.private: @requirements_libs_ecore@ Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-@VMAJ@ |