mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-02-20 08:29:42 +01:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
# Class for recipes using ki18n for internationalization
|
|
inherit python3native
|
|
inherit gettext
|
|
|
|
DEPENDS += " \
|
|
ki18n \
|
|
gettext-native \
|
|
"
|