mirror of
https://invent.kde.org/packaging/yocto-meta-kf5.git
synced 2026-09-12 06:49:33 +02:00
Refactor ki18n dependency handling
This commit is contained in:
8
classes/ki18n.bbclass
Normal file
8
classes/ki18n.bbclass
Normal file
@@ -0,0 +1,8 @@
|
||||
# Class for recipes using ki18n for internationalization
|
||||
inherit python3native
|
||||
inherit gettext
|
||||
|
||||
DEPENDS += " \
|
||||
ki18n \
|
||||
gettext-native \
|
||||
"
|
||||
Reference in New Issue
Block a user