BSD: resolve issue of missing symbols building E on FreeBSD.

This commit is contained in:
Al Poole 2017-12-03 13:37:42 +00:00
parent 1be1ef168a
commit 482724d52a
1 changed files with 1 additions and 1 deletions

View File

@ -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@