python-werkzeug: bump to version 0.11.15
[buildroot-gz.git] / package / x11r7 / xdriver_xf86-video-imx-viv / Config.in
blobfb64d065248c93bbf8dd06e410e1aed13cd1969e
1 config BR2_PACKAGE_XDRIVER_XF86_VIDEO_IMX_VIV
2         bool "xf86-video-imx-viv"
3         depends on BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
4         depends on BR2_TOOLCHAIN_HAS_SYNC_1 # mesa3d
5         select BR2_PACKAGE_MESA3D # Needed in order to compile xorg with glx/dri
6         select BR2_PACKAGE_MESA3D_DRI_DRIVER
7         select BR2_PACKAGE_LIBDRM
8         select BR2_PACKAGE_XPROTO_XPROTO
9         select BR2_PACKAGE_XPROTO_XF86DRIPROTO
10         help
11           X.Org driver for iMX6 GPU (Vivante)
13           Notice EGL and GLes2 APIs are correctly supported. This driver should
14           also be able to provide Desktop OpenGL implementation but, this
15           feature seems broken since quite some time.
17           To use this driver, add correct configuration to your
18           /etc/X11/xorg.conf:
20           Section "Device"
21             [...]
22             Driver          "vivante"
23             Option          "vivante_fbdev" "/dev/fbX"
24           EndSection
26           Don't forget to load galcore.ko and create /dev/galcore before using
27           this driver (else, Xorg will exit with an obscur message like
28           "Segmentation fault at address 0xc").
30 comment "xf86-video-imx-viv depends on imx-gpu-viv with X11 output"
31         depends on BR2_arm
32         depends on !BR2_PACKAGE_IMX_GPU_VIV_OUTPUT_X11
33         depends on BR2_TOOLCHAIN_HAS_SYNC_1