fs/ubifs: work around fakeroot / sed -i issue on systems with SELinux enabled
[buildroot-gz.git] / package / odroid-mali / Config.in
blob2cd8e0d3e6ce052df060c4ecfd11e4c00144469c
1 config BR2_PACKAGE_ODROID_MALI
2         bool "odroid-mali"
3         select BR2_PACKAGE_HAS_LIBEGL
4         select BR2_PACKAGE_HAS_LIBGLES
5         select BR2_PACKAGE_ODROID_SCRIPTS # runtime
6         depends on BR2_TOOLCHAIN_USES_GLIBC
7         depends on BR2_aarch64 || BR2_ARM_EABIHF
8         help
9           Install the ARM Mali drivers for odroidc2 based systems.
11           https://github.com/mdrjr/c2_mali
13 if BR2_PACKAGE_ODROID_MALI
15 config BR2_PACKAGE_PROVIDES_LIBEGL
16         default "odroid-mali"
18 config BR2_PACKAGE_PROVIDES_LIBGLES
19         default "odroid-mali"
21 endif
23 comment "odroid-mali needs a glibc toolchain"
24         depends on BR2_aarch64 || BR2_ARM_EABIHF
25         depends on !BR2_TOOLCHAIN_USES_GLIBC