diff options
Diffstat (limited to 'meta-rcar-gen2/recipes-graphics')
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/mesa/mesa_17.%.bbappend (renamed from meta-rcar-gen2/recipes-graphics/mesa/mesa_12.%.bbappend) | 0 | ||||
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb | 2 | ||||
-rw-r--r-- | meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/meta-rcar-gen2/recipes-graphics/mesa/mesa_12.%.bbappend b/meta-rcar-gen2/recipes-graphics/mesa/mesa_17.%.bbappend index cd08da8..cd08da8 100644 --- a/meta-rcar-gen2/recipes-graphics/mesa/mesa_12.%.bbappend +++ b/meta-rcar-gen2/recipes-graphics/mesa/mesa_17.%.bbappend diff --git a/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb b/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb index 3817fb1..38839c2 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb +++ b/meta-rcar-gen2/recipes-graphics/wayland/libgbm.bb @@ -14,7 +14,7 @@ SRC_URI_append = " \ S = "${WORKDIR}/git" COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" -DEPENDS = "wayland-kms" +DEPENDS = "wayland-kms systemd" inherit autotools pkgconfig diff --git a/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb b/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb index 91c83b4..53c0b81 100644 --- a/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb +++ b/meta-rcar-gen2/recipes-graphics/wayland/wayland-kms_1.4.0.bb @@ -10,7 +10,7 @@ SRC_URI = "git://github.com/thayama/wayland-kms;protocol=git;branch=master" COMPATIBLE_MACHINE = "(r8a7790|r8a7791|r8a7793|r8a7794)" S = "${WORKDIR}/git" -DEPENDS = "libdrm wayland gles-user-module" +DEPENDS = "libdrm wayland gles-user-module wayland-native" inherit autotools pkgconfig |