A collection of libraries and binaries built for Reform OpenGL, Xorg and wayland/weston support. This builds the /usr/local overlay that is shipped with the system image.
Вы не можете выбрать более 25 тем
Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
Это архивный репозиторий. Вы можете его клонировать или просматривать файлы, но не вносить изменения или открывать задачи/запросы на слияние.
|
- #!/bin/bash
-
- cd mesa
-
- meson build -Dplatforms=x11,wayland,drm -Ddri3=true -Dgallium-drivers=swrast,etnaviv,imx -Dgbm=true -Degl=true
-
- ninja -C build
- ninja -C build install
-
- cd ..
|