blob: 8d437cb8cbb584aa14afdd9e80c3a468b751918f (
plain)
1
2
3
4
5
6
7
8
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/
}
|