diff options
Diffstat (limited to 'openwrt/package/libxslt/Config.in')
-rw-r--r-- | openwrt/package/libxslt/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/openwrt/package/libxslt/Config.in b/openwrt/package/libxslt/Config.in index 4d7a902f29..c0ec6cd8fa 100644 --- a/openwrt/package/libxslt/Config.in +++ b/openwrt/package/libxslt/Config.in @@ -1,7 +1,6 @@ config BR2_PACKAGE_LIBXSLT tristate "libxslt - Gnome XSLT library" -# default m if CONFIG_DEVEL - default n + default m if CONFIG_DEVEL select BR2_PACKAGE_LIBXML2 help A library for XML transformation using XSLT. |