OpenVoiceOS/buildroot-external/package/kf5-kio/kf5-kio.mk

25 lines
750 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 host-kf5-kconfig \
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 += -DKF5_HOST_TOOLING="$(HOST_DIR)/lib/x86_64-linux-gnu/cmake"
$(eval $(cmake-package))