lxqt-config: Disable lxqt-config-monitor

The lxqt-config package has a dependency on libkscreen from KDE.

To avoid upgrading all of KDE, we can instead disable lxqt-config-monitor
and remove libkscreen from the dependency list.

Signed-off-by: Rob Woolley <rob.woolley@windriver.com>
This commit is contained in:
Rob Woolley
2025-03-04 05:54:39 -08:00
committed by Andreas Müller
parent b9c5a0aff1
commit be54e0851f

View File

@@ -6,11 +6,12 @@ inherit lxqt qt5-translation features_check gtk-icon-cache
REQUIRED_DISTRO_FEATURES = "x11"
DEPENDS += "qtsvg liblxqt libkscreen libxcursor libxi xf86-input-libinput lxqt-menu-data"
DEPENDS += "qtsvg liblxqt libxcursor libxi xf86-input-libinput lxqt-menu-data"
SRCREV = "cb833337089718a5e0a5addcb9f610929edb39e2"
PV = "1.4.0"
EXTRA_OECMAKE += "-DWITH_MONITOR=OFF"
FILES:${PN} += " \
${datadir}/icons \
${datadir}/lxqt/icons \