Remove no longer needed kpeoplevcard dependency

Its functionality has been merged into KPeople
This commit is contained in:
Nicolas Fella 2023-12-29 14:49:21 +01:00
parent 6e99c00d76
commit 7c9032c85a

View file

@ -81,13 +81,6 @@ if(UNIX AND NOT APPLE)
pkg_check_modules(DBus REQUIRED dbus-1)
endif()
find_package(KF5PeopleVCard)
set_package_properties(KF5PeopleVCard PROPERTIES
PURPOSE "Read vcards from the file system"
URL "https://invent.kde.org/pim/kpeoplevcard"
TYPE RUNTIME
)
if (NOT WIN32)
find_package(KF6StatusNotifierItem ${KF_MIN_VERSION} REQUIRED)
endif()