Revert "Implementation of IPC Asynchronous Message Support."
[platform/framework/web/wrt-plugins-common.git] / pkgconfigs / wrt-plugins-ipc-message.pc.in
1 prefix=/usr
2 project_name=@CMAKE_PROJECT_NAME@
3 exec_prefix=${prefix}
4 libdir=@LIB_INSTALL_DIR@
5 includedir=${prefix}/include/${project_name}
6
7 Name: wrt ipc message support
8 Description: Support IPC between plugins and UI Process
9 Version: @CMAKE_PROJECT_VERSION@
10 Requires: dpl-efl ewebkit2
11 Libs: -L${libdir} -lwrt-plugins-ipc-message
12 Cflags: -I${includedir}