1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2024-12-26 16:53:47 +01:00
OpenVoiceOS/buildroot-external/package/kf5-kio/kf5-kio.mk
Peter Steenbergen b074f08076
Feature/rpi3 (#98)
* Add rpi3-64 defconfig file

* Work on getting RPI3 into shape

* Merge latest rpi3 changes into rpi4 config
2022-01-19 15:50:19 +01:00

25 lines
756 B
Makefile

################################################################################
#
# kf5-kio
#
################################################################################
KF5_KIO_VERSION = $(KF5_VERSION)
KF5_KIO_SITE = $(KF5_SITE)
KF5_KIO_SOURCE = kio-$(KF5_KIO_VERSION).tar.xz
KF5_KIO_LICENSE = BSD-3-Clause
KF5_KIO_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
KF5_KIO_DEPENDENCIES = host-pkgconf kf5-kservice kf5-solid \
kf5-kjobwidgets kf5-ktextwidgets \
kf5-knotifications kf5-kded #host-kf5-desktoptojson
#host-kf5-kcoreaddons
KF5_KIO_INSTALL_STAGING = YES
KF5_KIO_SUPPORTS_IN_SOURCE_BUILD = NO
KF5_KIO_CONF_OPTS = -DBUILD_DESIGNERPLUGIN=OFF
#KF5_KIO_CONF_OPTS += -DDESKTOPTOJSON_EXECUTABLE=/usr/bin/desktoptojson
$(eval $(cmake-package))