diff options
author | Al Poole <netstar@gmail.com> | 2017-12-03 21:46:15 +0000 |
---|---|---|
committer | Al Poole <netstar@gmail.com> | 2017-12-03 21:46:15 +0000 |
commit | e12b5352a1e96b6f3b35f24642ed64e631b5bba1 (patch) | |
tree | c2732f8fe0c9c4b4a45a518cc482c82e3abb10c1 /pc | |
parent | 482724d52aaebb21ebb228eead9ddc107b094780 (diff) | |
download | efl-e12b5352a1e96b6f3b35f24642ed64e631b5bba1.tar.gz |
Revert "BSD: resolve issue of missing symbols building E on FreeBSD."
This reverts commit 482724d52aaebb21ebb228eead9ddc107b094780.
Sorry!!!
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 4be77bcf94..7611e968af 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 -lintl +Libs: -L${libdir} -lecore -lefl Libs.private: @requirements_libs_ecore@ Cflags: -I${includedir}/efl-@VMAJ@ -I${includedir}/ecore-@VMAJ@ |