remove liblxqt-mount - it was replaced by solid and is therefor deprecated

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-07-24 16:59:49 +02:00
parent 32a4448d49
commit 83e54a4e6f
3 changed files with 1 additions and 13 deletions

View File

@@ -1,10 +0,0 @@
SUMMARY = "Library used to manage removable devices"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=0964c689fcf4c21c6797ea87408416b6"
inherit lxqt cmake-lib
SRCREV = "1c8422bd78dfb06b631568b1780ec5f59682cbdc"
PV = "0.9.0"
CMAKE_ALIGN_SYSROOT[1] = "lxqtmount, -S${includedir}, -S${STAGING_INCDIR}"

View File

@@ -13,7 +13,6 @@ DEPENDS += " \
menu-cache \
kwindowsystem \
kguiaddons \
solid \
"
SRC_URI += "file://0001-panel-link-against-Qt5-X11Extras.patch"
@@ -21,7 +20,7 @@ SRCREV = "3da78ed149191d213cef6c0b66918c09963c3954"
PV = "0.9.0+git${SRCPV}"
PACKAGECONFIG[cpu_plugin] = "-DCPULOAD_PLUGIN=Yes,-DCPULOAD_PLUGIN=No, libstatgrab"
PACKAGECONFIG[mount_plugin] = "-DMOUNT_PLUGIN=Yes,-DMOUNT_PLUGIN=No, liblxqt-mount"
PACKAGECONFIG[mount_plugin] = "-DMOUNT_PLUGIN=Yes,-DMOUNT_PLUGIN=No, solid"
PACKAGECONFIG[networkmonitor_plugin] = "-DNETWORKMONITOR_PLUGIN=Yes,-DNETWORKMONITOR_PLUGIN=No, libstatgrab"
PACKAGECONFIG[sensor_plugin] = "-DSENSORS_PLUGIN=Yes,-DSENSORS_PLUGIN=No, lmsensors"
PACKAGECONFIG[sysstat_plugin] = "-DSYSSTAT_PLUGIN=Yes,-DSYSSTAT_PLUGIN=No, libsysstat"

View File

@@ -7,7 +7,6 @@ inherit packagegroup
RDEPENDS_${PN} = " \
compton-conf \
liblxqt \
liblxqt-mount \
libqtxdg \
libsysstat \
${@bb.utils.contains("DISTRO_FEATURES", "x11", "lximage-qt", "",d)} \