• 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/kodi/Config.in
Bernd KuhlsBernd Kuhls committed 97bebe2d00129 Apr 2017
Raw file
Source viewDiff to previous
 
1
config BR2_PACKAGE_KODI_ARCH_SUPPORTS
2
    bool
3
    default y if (BR2_arm || (BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC) || BR2_i386 || BR2_x86_64) \
4
        && BR2_PACKAGE_FFMPEG_ARCH_SUPPORTS \
5
        && BR2_TOOLCHAIN_HAS_SYNC_8
6
    depends on BR2_USE_MMU # libcdio, and others
7
​
8
comment "kodi needs python w/ .py modules, a uClibc or glibc toolchain w/ C++, locale, threads, wchar, dynamic library, gcc >= 4.8, host gcc >= 4.6"
9
    depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
10
    depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS \
11
        || !BR2_USE_WCHAR || BR2_STATIC_LIBS \
12
        || !BR2_ENABLE_LOCALE \
13
        || !BR2_HOST_GCC_AT_LEAST_4_6 \
14
        || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_8 \
15
        || BR2_TOOLCHAIN_USES_MUSL \
16
        || !BR2_PACKAGE_PYTHON \
17
        || BR2_PACKAGE_PYTHON_PYC_ONLY
18
​
19
config BR2_PACKAGE_KODI_EGL_GLES
20
    bool
21
    default y
22
    depends on BR2_PACKAGE_HAS_LIBEGL
23
    depends on BR2_PACKAGE_HAS_LIBGLES
24
    depends on !BR2_PACKAGE_KODI_GL_EGL # prefer GL if available
25
​
26
config BR2_PACKAGE_KODI_GL_EGL
27
    bool
28
    default y
29
    depends on BR2_PACKAGE_HAS_LIBEGL
30
    depends on BR2_PACKAGE_HAS_LIBGL
31
​
32
comment "kodi needs an OpenGL EGL with either an openGL or an OpenGL ES backend"
33
    depends on !BR2_PACKAGE_KODI_GL_EGL && !BR2_PACKAGE_KODI_EGL_GLES
34
​
35
menuconfig BR2_PACKAGE_KODI
36
    bool "kodi"
37
    depends on BR2_ENABLE_LOCALE
38
    depends on BR2_INSTALL_LIBSTDCPP
39
    depends on BR2_HOST_GCC_AT_LEAST_4_6
40
    depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_8
41
    depends on BR2_TOOLCHAIN_HAS_THREADS
42
    depends on !BR2_TOOLCHAIN_USES_MUSL
43
    depends on BR2_PACKAGE_KODI_EGL_GLES || BR2_PACKAGE_KODI_GL_EGL
44
    depends on BR2_USE_WCHAR
45
    depends on !BR2_STATIC_LIBS # python and others
46
    depends on BR2_PACKAGE_KODI_ARCH_SUPPORTS
47
    depends on BR2_PACKAGE_PYTHON
48
    depends on !BR2_PACKAGE_PYTHON_PYC_ONLY
49
    select BR2_NEEDS_HOST_JAVA
50
    select BR2_PACKAGE_BZIP2
51
    select BR2_PACKAGE_EXPAT
52
    select BR2_PACKAGE_FFMPEG
53
    select BR2_PACKAGE_FFMPEG_GPL
54
    select BR2_PACKAGE_FFMPEG_POSTPROC # postproc depends on GPL
55
    select BR2_PACKAGE_FFMPEG_SWSCALE
56
    select BR2_PACKAGE_FONTCONFIG
57
    select BR2_PACKAGE_FREETYPE
58
    select BR2_PACKAGE_LIBASS
59
    select BR2_PACKAGE_LIBCDIO
60
    select BR2_PACKAGE_LIBCROSSGUID
61
    select BR2_PACKAGE_LIBCURL
62
    select BR2_PACKAGE_LIBFRIBIDI
63
    select BR2_PACKAGE_LIBGLU if BR2_PACKAGE_KODI_GL_EGL
  • 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.