summaryrefslogtreecommitdiff
path: root/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
diff options
context:
space:
mode:
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/
+}