summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/homescreen/homescreen/homescreen.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/homescreen/homescreen/homescreen.pc.in')
-rw-r--r--recipes-demo-hmi/homescreen/homescreen/homescreen.pc.in14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes-demo-hmi/homescreen/homescreen/homescreen.pc.in b/recipes-demo-hmi/homescreen/homescreen/homescreen.pc.in
new file mode 100644
index 00000000..1a70c9ac
--- /dev/null
+++ b/recipes-demo-hmi/homescreen/homescreen/homescreen.pc.in
@@ -0,0 +1,14 @@
+prefix=OEPREFIX
+exec_prefix=OEPREFIX
+libdir=OELIBDIR
+includedir=OEINCDIR
+
+
+Name: libhomescreen
+Description: A generic interface for the HomeScreen app
+Version: 1.0.0
+Libs: -L${libdir} -lhomescreen
+Libs.private: -lgio-2.0 -lgobject-2.0 -lglib-2.0
+Cflags:
+Requires: glib-2.0 gio-unix-2.0
+