mirror of
https://github.com/openwrt/packages.git
synced 2025-12-10 12:41:22 +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
|
endef
|
||||||
|
|
||||||
define Build/InstallDev
|
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)))
|
$(if $(CONFIG_PACKAGE_libexslt),$(call Build/InstallDev/Exslt,$(1),$(2)))
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user