From 8d1847a9088628ee2358931d7956b6d0bdef983b Mon Sep 17 00:00:00 2001 From: Yu Ke Date: Tue, 22 Feb 2011 20:36:45 +0800 Subject: 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 --- meta/conf/machine/atom-pc.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta/conf') diff --git a/meta/conf/machine/atom-pc.conf b/meta/conf/machine/atom-pc.conf index 58c9b0da65..b94deb20e5 100644 --- a/meta/conf/machine/atom-pc.conf +++ b/meta/conf/machine/atom-pc.conf @@ -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" -- cgit v1.2.3-54-g00ecf