aboutsummaryrefslogtreecommitdiffstats
path: root/src/aglextras/configure.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/aglextras/configure.json')
-rw-r--r--src/aglextras/configure.json65
1 files changed, 65 insertions, 0 deletions
diff --git a/src/aglextras/configure.json b/src/aglextras/configure.json
new file mode 100644
index 0000000..1940e3d
--- /dev/null
+++ b/src/aglextras/configure.json
@@ -0,0 +1,65 @@
+{
+ "module": "aglextras",
+ "depends" : [
+ "core"
+ ],
+ "testDir": "../../config.tests",
+
+ "commandline": {
+ "options": {
+ "libhomescreen": "boolean",
+ "qlibwindowmanager": "boolean"
+ }
+ },
+
+ "libraries": {
+ "libhomescreen": {
+ "label": "LibHomescreen",
+ "test": "libhomescreen",
+ "sources": [
+ { "type": "pkgConfig",
+ "args": "libhomescreen" }
+ ]
+ },
+ "qlibwindowmanager": {
+ "label": "QLibWindowManager",
+ "test": "qlibwindowmanager",
+ "sources": [
+ { "type": "pkgConfig",
+ "args": "qlibwindowmanager" }
+ ]
+ }
+ },
+
+ "features": {
+ "libhomescreen": {
+ "label": "LibHomeScreen",
+ "condition": "libs.libhomescreen",
+ "output": [ "feature", "privateFeature" ]
+ },
+ "qlibwindowmanager": {
+ "label": "QLibWindowManager",
+ "condition": "libs.qlibwindowmanager",
+ "output": [ "feature", "privateFeature" ]
+ },
+ "agl_hmi_framework": {
+ "label": "AGL HMI Framework",
+ "condition": "features.libhomescreen && features.qlibwindowmanager",
+ "output": [ "feature", "privateFeature" ]
+ }
+ },
+
+ "report" : [
+ ],
+
+ "summary": [
+ {
+ "section": "Qt AGLExtras",
+ "entries": [
+ "libhomescreen",
+ "qlibwindowmanager",
+ "agl_hmi_framework"
+ ]
+ }
+ ]
+}