Revert "mortsgna-libc-musl.inc: disable gobject-introspection for musl"

Before disabling all we need to check if this is a correct assumption.

This reverts commit 95189c7710.
This commit is contained in:
Andreas Müller
2019-04-01 13:39:40 +02:00
parent 95189c7710
commit c374bfe685

View File

@@ -7,7 +7,3 @@ DISTRO_FEATURES += "${@['', ' nls'][d.getVar('ENABLE_BINARY_LOCALE_GENERATION')
USE_NLS_glib-2.0 = "yes"
USE_NLS_glib-2.0-native = "yes"
USE_NLS_gcc-cross = "no"
# musl does not like gobject-introspection - right?
# see oe-core / goblcect-introspection-data.bbclass
GI_DATA_ENABLED_libc-musl = "False"