mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 04:31:21 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user