mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
This is the last (known) release of KDE Frameworks 5, read the announcement https://kde.org/announcements/frameworks/5/5.116.0/ Signed-off-by: Titouan Christophe <titouan.christophe@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr>
12 lines
359 B
Makefile
12 lines
359 B
Makefile
################################################################################
|
|
#
|
|
# kf5
|
|
#
|
|
################################################################################
|
|
|
|
KF5_VERSION_MAJOR = 5.116
|
|
KF5_VERSION = $(KF5_VERSION_MAJOR).0
|
|
KF5_SITE = https://download.kde.org/stable/frameworks/$(KF5_VERSION_MAJOR)
|
|
|
|
include $(sort $(wildcard package/kf5/*/*.mk))
|