• 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/freescale-imx/gpu-amd-bin-mx51/Config.in
Thomas PetazzoniThomas Petazzoni committed 416fd9cd13a08 Jun 2016
Raw file
Source viewDiff to previous
 
1
comment "gpu-amd-bin-mx51 needs a glibc EABI toolchain w/ C++"
2
    depends on BR2_arm
3
    depends on !BR2_ARM_EABI || !BR2_TOOLCHAIN_USES_GLIBC || \
4
        !BR2_INSTALL_LIBSTDCPP
5
​
6
config BR2_PACKAGE_GPU_AMD_BIN_MX51
7
    bool "gpu-amd-bin-mx51 (also imx53)"
8
    select BR2_PACKAGE_HAS_LIBEGL
9
    select BR2_PACKAGE_HAS_LIBGLES
10
    select BR2_PACKAGE_HAS_LIBOPENVG
11
    depends on BR2_ARM_EABI
12
    depends on BR2_TOOLCHAIN_USES_GLIBC
13
    depends on BR2_INSTALL_LIBSTDCPP
14
    help
15
      Freescale libraries, headers and executables for the
16
      AMD GPU on i.MX5x, containing OpenGL/ES, OpenVG
17
      and EGL support.
18
​
19
if BR2_PACKAGE_GPU_AMD_BIN_MX51
20
​
21
choice
22
    prompt "Output option"
23
    help
24
      There are two versions of this library: one for
25
      direct framebuffer access, one for X11 rendering.
26
      Choose here which version to install.
27
​
28
config BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_X11
29
    depends on BR2_PACKAGE_XORG7
30
    select BR2_PACKAGE_LIBXCB
31
    select BR2_PACKAGE_XLIB_LIBX11
32
    select BR2_PACKAGE_XLIB_LIBXEXT
33
    select BR2_PACKAGE_XLIB_LIBXRENDER
34
    select BR2_PACKAGE_XLIB_LIBXDMCP
35
    select BR2_PACKAGE_XLIB_LIBXAU
36
    bool "X11"
37
​
38
comment "X11 backend needs X.org enabled"
39
    depends on !BR2_PACKAGE_XORG7
40
​
41
config BR2_PACKAGE_GPU_AMD_BIN_MX51_OUTPUT_FB
42
    bool "Framebuffer"
43
​
44
endchoice
45
​
46
config BR2_PACKAGE_PROVIDES_LIBEGL
47
    default "gpu-amd-bin-mx51"
48
​
49
config BR2_PACKAGE_PROVIDES_LIBGLES
50
    default "gpu-amd-bin-mx51"
51
​
52
config BR2_PACKAGE_PROVIDES_LIBOPENVG
53
    default "gpu-amd-bin-mx51"
54
​
55
config BR2_PACKAGE_GPU_AMD_BIN_MX51_EXAMPLES
56
    bool "install examples"
57
    help
58
      Copy the examples to the target.
59
​
60
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.