mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-13 20:12:26 +00:00
18 lines
579 B
Plaintext
18 lines
579 B
Plaintext
# X11
|
|
# https://unix.stackexchange.com/questions/70931/how-to-install-x11-on-my-own-linux-buildroot-system/306116#306116
|
|
BR2_PACKAGE_XAPP_TWM=y
|
|
BR2_PACKAGE_XAPP_XCALC=y
|
|
BR2_PACKAGE_XAPP_XCLOCK=y
|
|
BR2_PACKAGE_XAPP_XEYES=y
|
|
BR2_PACKAGE_XAPP_XINIT=y
|
|
BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y
|
|
BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE=y
|
|
BR2_PACKAGE_XDRIVER_XF86_VIDEO_CIRRUS=y
|
|
BR2_PACKAGE_XDRIVER_XF86_VIDEO_FBDEV=y
|
|
BR2_PACKAGE_XDRIVER_XF86_VIDEO_VESA=y
|
|
BR2_PACKAGE_XORG7=y
|
|
BR2_PACKAGE_XSERVER_XORG_SERVER=y
|
|
BR2_PACKAGE_XTERM=y
|
|
BR2_TOOLCHAIN_BUILDROOT_CXX=y
|
|
BR2_TOOLCHAIN_BUILDROOT_WCHAR=y
|