mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 16:07:42 +00:00
midori: use the new gettext logic
This commit switches to use the new gettext logic, which involves: - using TARGET_NLS_DEPENDENCIES instead of hand-encoded dependencies on gettext/host-gettext - dropping BR2_PACKAGE_GETTEXT selection Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
1fe1b63726
commit
2864f9047d
@ -21,7 +21,6 @@ config BR2_PACKAGE_MIDORI
|
|||||||
select BR2_PACKAGE_LIBXML2
|
select BR2_PACKAGE_LIBXML2
|
||||||
select BR2_PACKAGE_SQLITE
|
select BR2_PACKAGE_SQLITE
|
||||||
select BR2_PACKAGE_WEBKITGTK
|
select BR2_PACKAGE_WEBKITGTK
|
||||||
select BR2_PACKAGE_GETTEXT if BR2_NEEDS_GETTEXT_IF_LOCALE
|
|
||||||
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
select BR2_PACKAGE_LIBICONV if !BR2_ENABLE_LOCALE
|
||||||
help
|
help
|
||||||
Midori is a lightweight web browser based on WebKit
|
Midori is a lightweight web browser based on WebKit
|
||||||
|
@ -22,7 +22,7 @@ MIDORI_DEPENDENCIES = \
|
|||||||
libxml2 \
|
libxml2 \
|
||||||
sqlite \
|
sqlite \
|
||||||
webkitgtk \
|
webkitgtk \
|
||||||
$(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext) \
|
$(TARGET_NLS_DEPENDENCIES) \
|
||||||
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
$(if $(BR2_PACKAGE_LIBICONV),libiconv)
|
||||||
|
|
||||||
MIDORI_CONF_OPTS = \
|
MIDORI_CONF_OPTS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user