libxslt: install header for libxlt by default

Install header for libxlt by default to handle case when dependent
package depends on the library but doesn't select the configuration.

Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
This commit is contained in:
Christian Marangi
2024-10-03 23:30:47 +02:00
parent d02650250b
commit 11a5d0bd98

View File

@@ -132,7 +132,7 @@ define Build/InstallDev/Exslt
endef
define Build/InstallDev
$(if $(CONFIG_PACKAGE_libxslt),$(call Build/InstallDev/Xslt,$(1),$(2)))
$(call Build/InstallDev/Xslt,$(1),$(2))
$(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2)))
endef