mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-29 13:04:27 +01:00
build runs, lots of uncommented and lots of untested though
Refactor everything. Create nice submodules/ and packages/ folders.
This commit is contained in:
10
buildroot_config_fragments/kmscube
Normal file
10
buildroot_config_fragments/kmscube
Normal file
@@ -0,0 +1,10 @@
|
||||
BR2_PACKAGE_KMSCUBE=y
|
||||
BR2_PACKAGE_MESA3D=y
|
||||
BR2_PACKAGE_MESA3D_OPENGL_EGL=y
|
||||
BR2_PACKAGE_MESA3D_OPENGL_ES=y
|
||||
|
||||
# Software rasteriser.
|
||||
# Selects the following chain:
|
||||
# BR2_PACKAGE_MESA3D_DRIVER=y
|
||||
# BR2_PACKAGE_MESA3D_DRI_DRIVER=y
|
||||
BR2_PACKAGE_MESA3D_DRI_DRIVER_SWRAST=y
|
||||
Reference in New Issue
Block a user