Remove harcoded library path , change some variable type
[platform/framework/web/wrt-plugins-common.git] / pkgconfigs / wrt-popup-ace-runner.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-popup-runner
8 Description:  Library with function to run wrt runtime popup
9 Version: @CMAKE_PROJECT_VERSION@
10 Requires: dpl-efl dpl-dbus-efl elementary security-client
11 Libs: -L${libdir} -lwrt-popup-ace-runner
12 Cflags: -I${includedir}