summaryrefslogtreecommitdiff
path: root/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2024-05-07 19:06:10 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2024-05-07 19:09:00 +0200
commita2787fdc71d71a24e9308e5ccde4538e992d4b86 (patch)
tree053beb51a7ee4ddbf4b9ce9458f9845292d9b35a /meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
parent289d981c59bbf656a28684fe393521fa8c9ecc37 (diff)
lxqt: remove lxqt integration files
LXQt relies on the dropped X11. Remove the recipes and related files. Also remove sddm, the display manager used with lxqt. Related-to: ELB-5740 Signed-off-by: Max Krummenacher <max.krummenacher@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, 0 insertions, 9 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
deleted file mode 100644
index 8d437cb..0000000
--- a/meta-qt5-extra/recipes-lxqt/lxqt-panel/lxqt-panel_%.bbappend
+++ /dev/null
@@ -1,9 +0,0 @@
-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/
-}