• 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/libsoup/Config.in
Bernd KuhlsBernd Kuhls committed 30ed9de2fd825 May 2017
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_LIBSOUP
2
    bool "libsoup"
3
    depends on BR2_USE_WCHAR # glib2 and gnutls
4
    depends on BR2_TOOLCHAIN_HAS_THREADS # glib2
5
    depends on BR2_USE_MMU # glib2
6
    select BR2_PACKAGE_LIBXML2
7
    select BR2_PACKAGE_LIBGLIB2
8
    select BR2_PACKAGE_SQLITE
9
    help
10
      libsoup is an HTTP client/server library. It uses GObject
11
      and the GLib main loop, to integrate well with GNOME
12
      applications.
13
​
14
      http://live.gnome.org/LibSoup
15
​
16
if BR2_PACKAGE_LIBSOUP
17
​
18
config BR2_PACKAGE_LIBSOUP_GNOME
19
    bool "libsoup-gnome"
20
    help
21
      Build libsoup-gnome library.
22
​
23
config BR2_PACKAGE_LIBSOUP_SSL
24
    bool "https support"
25
    depends on !BR2_STATIC_LIBS # gnutls
26
    select BR2_PACKAGE_GLIB_NETWORKING
27
    select BR2_PACKAGE_GNUTLS
28
    help
29
      Enable HTTPS (SSL) support.
30
​
31
comment "libsoup https support needs a toolchain w/ dynamic library"
32
    depends on BR2_STATIC_LIBS
33
​
34
endif
35
​
36
comment "libsoup needs a toolchain w/ wchar, threads"
37
    depends on BR2_USE_MMU
38
    depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
  • 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.