From 11a5d0bd98468b87b1ced173ead146cdb4565209 Mon Sep 17 00:00:00 2001 From: Christian Marangi Date: Thu, 3 Oct 2024 23:30:47 +0200 Subject: [PATCH] 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 --- libs/libxslt/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libxslt/Makefile b/libs/libxslt/Makefile index 7761bd58d5..d958659b46 100644 --- a/libs/libxslt/Makefile +++ b/libs/libxslt/Makefile @@ -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