mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-14 01:44:27 +01:00
e84818f62e
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
18 lines
687 B
Makefile
18 lines
687 B
Makefile
################################################################################
|
|
#
|
|
# kf5-kwayland-server
|
|
#
|
|
################################################################################
|
|
|
|
KF5_KWAYLAND_SERVER_VERSION = 5.24.5
|
|
KF5_KWAYLAND_SERVER_SITE = https://download.kde.org/stable/plasma/$(KF5_KWAYLAND_SERVER_VERSION)
|
|
KF5_KWAYLAND_SERVER_SOURCE = kwayland-server-$(KF5_KWAYLAND_SERVER_VERSION).tar.xz
|
|
KF5_KWAYLAND_SERVER_LICENSE = BSD-3-Clause
|
|
KF5_KWAYLAND_SERVER_LICENSE_FILES = COPYING-CMAKE-SCRIPTS
|
|
|
|
KF5_KWAYLAND_SERVER_DEPENDENCIES = host-pkgconf kf5-kwayland
|
|
KF5_KWAYLAND_SERVER_INSTALL_STAGING = YES
|
|
KF5_KWAYLAND_SERVER_SUPPORTS_IN_SOURCE_BUILD = NO
|
|
|
|
$(eval $(cmake-package))
|