mirror of
https://github.com/openwrt/video.git
synced 2025-12-21 17:04:37 +04:00
f2d60f5719cf3b3590e5512160c49d2339cfbbfe
mesa-clc set to 'system' requires the system tool 'mesa-clc' which gets built as part of the mesa/host build. The mesa/host build however depends on LLVM and others - hence we're trying to avoid pulling this in where possible if target configuration allows. meson option 'mesa-clc' allows for 3 options: enabled, system, auto. While 'auto' sounds like it will only automagically go for either 'enabled' or 'system', it will also disable CLC support entirely, if only drivers are enabled which don't need it (resulting in `with_clc=false`) - which is exactly what we want. This relies on only drivers being selectable, which don't automatically enable CLC - if LLVM support is disabled.
Video packages feed
Description
This is an OpenWrt package feed containing video / graphics (as in 'higher than just curses') related libraries and applications which are not considered to be so called "core" packages.
Usage
To use these packages, add the following line to the feeds.conf in the OpenWrt buildroot:
src-git video https://github.com/openwrt/video.git
This feed should be included and enabled by default in the OpenWrt buildroot. To install all its package definitions, run:
./scripts/feeds update video
./scripts/feeds install -a -p video
The video packages should now appear in menuconfig in section 'Video'.
Description
Languages
Makefile
97%
C
2.1%
Shell
0.9%