mirror of
https://git.yoctoproject.org/poky
synced 2026-05-01 06:32:11 +02:00
xf86-video-intel: add config option to support rootless X
- add global config option ROOTLESS_X to control if enable rootless X for the machine. ROOTLESS_X requires graphics driver supporting KMS (kernel mode setting), so far, only atom_pc support this. so enable ROOTLESS_X for atom_pc machine - add config options for xf86-video-intel to support rootless X Signed-off-by: Yu Ke <ke.yu@intel.com>
This commit is contained in:
@@ -42,3 +42,5 @@ GLIBC_ADDONS = "nptl"
|
||||
GLIBC_EXTRA_OECONF = "--with-tls"
|
||||
|
||||
EXTRA_OECONF_append_pn-matchbox-panel-2 = " --with-battery=acpi"
|
||||
|
||||
ROOTLESS_X = "1"
|
||||
|
||||
@@ -9,8 +9,13 @@ Infrastructure (DRI)."
|
||||
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=8730ad58d11c7bbad9a7066d69f7808e"
|
||||
|
||||
PR = "r1"
|
||||
|
||||
EXTRA_OECONF += "--disable-xvmc"
|
||||
|
||||
# --enable-kms-only option is required by ROOTLESS_X
|
||||
EXTRA_OECONF += '${@base_conditional( "ROOTLESS_X", "1", " --enable-kms-only", "", d )}'
|
||||
|
||||
DEPENDS += "virtual/libx11 libxvmc drm xf86driproto glproto \
|
||||
virtual/libgl xineramaproto xf86driproto libpciaccess"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user