From f14acc5693ee3c48da32ff20cd1ee49d16f9bc02 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 28 Aug 2014 01:22:17 +0100 Subject: weston: Do not disable drm backend Its the default backend and probably the best supported --- strata/weston-genivi/weston.morph | 2 +- systems/genivi-baseline-system-x86_64-generic.morph | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/strata/weston-genivi/weston.morph b/strata/weston-genivi/weston.morph index 5def796e..892adfb4 100644 --- a/strata/weston-genivi/weston.morph +++ b/strata/weston-genivi/weston.morph @@ -7,7 +7,7 @@ configure-commands: - | LDFLAGS='-L/lib64 -lrt' \ ./configure --prefix=$PREFIX --with-cairo-glesv2 --disable-xwayland \ - --disable-drm-compositor --disable-x11-compositor \ + --disable-x11-compositor \ --disable-wayland-compositor --enable-egl \ --enable-clients --enable-demo-clients-install --enable-fbdev-compositor post-install-commands: diff --git a/systems/genivi-baseline-system-x86_64-generic.morph b/systems/genivi-baseline-system-x86_64-generic.morph index 1ebefaeb..fe7447ee 100644 --- a/systems/genivi-baseline-system-x86_64-generic.morph +++ b/systems/genivi-baseline-system-x86_64-generic.morph @@ -29,6 +29,8 @@ strata: morph: strata/graphics-common.morph - name: input-common morph: strata/input-common.morph +- name: mesa-common + morph: strata/mesa-common.morph - name: weston-genivi morph: strata/weston-genivi.morph configuration-extensions: -- cgit v1.2.1