summaryrefslogtreecommitdiffstats
path: root/recipes-demo-hmi/libhomescreen/libhomescreen/homescreen.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-demo-hmi/libhomescreen/libhomescreen/homescreen.pc.in')
-rw-r--r--recipes-demo-hmi/libhomescreen/libhomescreen/homescreen.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-demo-hmi/libhomescreen/libhomescreen/homescreen.pc.in b/recipes-demo-hmi/libhomescreen/libhomescreen/homescreen.pc.in
new file mode 100644
index 00000000..7d9ee1ec
--- /dev/null
+++ b/recipes-demo-hmi/libhomescreen/libhomescreen/homescreen.pc.in
@@ -0,0 +1,12 @@
+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