summaryrefslogtreecommitdiff
path: root/pkgconfigs/wrt-popup-runner.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'pkgconfigs/wrt-popup-runner.pc.in')
-rw-r--r--pkgconfigs/wrt-popup-runner.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/pkgconfigs/wrt-popup-runner.pc.in b/pkgconfigs/wrt-popup-runner.pc.in
new file mode 100644
index 0000000..ad9605e
--- /dev/null
+++ b/pkgconfigs/wrt-popup-runner.pc.in
@@ -0,0 +1,12 @@
+prefix=/usr
+project_name=@CMAKE_PROJECT_NAME@
+exec_prefix=${prefix}
+libdir=${prefix}/lib
+includedir=${prefix}/include/${project_name}
+
+Name: wrt-popup-runner
+Description: Library with function to run wrt runtime popup
+Version: @CMAKE_PROJECT_VERSION@
+Requires: dpl-efl dpl-dbus-efl elementary security-client
+Libs: -L${libdir} -lwrt-popup-ace-runner
+Cflags: -I${includedir}