blob: 808872020d53f7ba235b3189dd2cb117018a3c40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=/usr
project_name=@CMAKE_PROJECT_NAME@
exec_prefix=${prefix}
libdir=${prefix}/lib
includedir=${prefix}/include/${project_name}
Name: wrt ipc message support
Description: Support IPC between plugins and UI Process
Version: @CMAKE_PROJECT_VERSION@
Requires: dpl-efl ewebkit2
Libs: -L${libdir} -lwrt-plugins-ipc-message
Cflags: -I${includedir}
|