mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-17 15:34:18 +08:00
Merge branch 'server-gettext' into 'master'
Promote gettext into server config See merge request redox-os/redox!2181
This commit is contained in:
commit
84d78137a1
@ -15,6 +15,7 @@ bottom = {}
|
|||||||
curl = {}
|
curl = {}
|
||||||
diffutils = {}
|
diffutils = {}
|
||||||
findutils = {}
|
findutils = {}
|
||||||
|
gettext = {}
|
||||||
git = {}
|
git = {}
|
||||||
installer = {}
|
installer = {}
|
||||||
kibi = {}
|
kibi = {}
|
||||||
|
|||||||
@ -33,4 +33,6 @@ COOKBOOK_CONFIGURE_FLAGS+=(
|
|||||||
gt_cv_locale_zh_CN=false
|
gt_cv_locale_zh_CN=false
|
||||||
)
|
)
|
||||||
cookbook_configure
|
cookbook_configure
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
# TODO: split static library into dev
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user