• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/neon/Config.in
Thomas PetazzoniThomas Petazzoni committed 9169810a9bd27 Aug 2013
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_NEON
2
    bool "libneon"
3
    help
4
      HTTP and WebDAV client library, with a C interface.
5
​
6
      http://www.webdav.org/neon/
7
​
8
if BR2_PACKAGE_NEON
9
​
10
config BR2_PACKAGE_NEON_ZLIB
11
    bool "ZLIB support"
12
    select BR2_PACKAGE_ZLIB
13
    help
14
      build with ZLIB support
15
​
16
config BR2_PACKAGE_NEON_SSL
17
    bool "SSL support"
18
    select BR2_PACKAGE_OPENSSL
19
    help
20
      build with SSL support
21
​
22
# This is an hidden symbol other packages can select to ensure that
23
# Neon has XML support, either provided by Expat or libxml2.
24
config BR2_PACKAGE_NEON_XML
25
    bool
26
    select BR2_PACKAGE_NEON_EXPAT if !BR2_PACKAGE_NEON_LIBXML2
27
​
28
config BR2_PACKAGE_NEON_EXPAT
29
    bool "XML support with expat"
30
    select BR2_PACKAGE_EXPAT
31
    depends on !BR2_PACKAGE_NEON_LIBXML2
32
    help
33
      Enable XML support in neon, using the Expat XML library.
34
​
35
config BR2_PACKAGE_NEON_LIBXML2
36
    bool "XML support with libxml2"
37
    select BR2_PACKAGE_LIBXML2
38
    help
39
      Enable XML support in neon, using the libxml2 XML library.
40
​
41
endif
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.