summaryrefslogtreecommitdiff
path: root/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-01-01 16:08:46 +0100
committerMarcel Ziswiler <marcel.ziswiler@toradex.com>2018-03-22 09:19:26 +0100
commita421edda89135eb71b94135d18942a2f4635d9c9 (patch)
treec92951fd25979f34a2d5fc69f4a6c81558ceb40a /meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
parent30cff779fcc76203f0694cf517b7d96d1f7f3603 (diff)
lxqt-panel: add config with more widgets
Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com> Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Diffstat (limited to 'meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend')
-rw-r--r--meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend9
1 files changed, 9 insertions, 0 deletions
diff --git a/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend b/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
new file mode 100644
index 0000000..52b09c4
--- /dev/null
+++ b/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
@@ -0,0 +1,9 @@
+FILESEXTRAPATHS_prepend := "${THISDIR}/lxqt-panel:"
+
+# add some widgets, add some applications to quicklaunch by injecting
+# panel.conf configured on the target
+
+SRC_URI += "file://panel.conf"
+do_configure_prepend () {
+ cp ${WORKDIR}/panel.conf ${S}/panel/resources/
+}