mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-29 06:06:32 +00:00
package/weston: bump version to 3.0.0
Added all hashes provided by upstream. Removed dependency to mtdev after:167bbb6d10
libdrm is now a hard dependency:b030897b38
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> [Thomas: drop "select BR2_PACKAGE_LIBDRM" from sub-option, now that it is selected by the main option.] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
parent
d9f58bd4da
commit
b606d3a991
@ -17,8 +17,8 @@ config BR2_PACKAGE_WESTON
|
|||||||
select BR2_PACKAGE_CAIRO_PNG
|
select BR2_PACKAGE_CAIRO_PNG
|
||||||
select BR2_PACKAGE_LIBPNG
|
select BR2_PACKAGE_LIBPNG
|
||||||
select BR2_PACKAGE_JPEG
|
select BR2_PACKAGE_JPEG
|
||||||
select BR2_PACKAGE_MTDEV
|
|
||||||
select BR2_PACKAGE_LIBINPUT
|
select BR2_PACKAGE_LIBINPUT
|
||||||
|
select BR2_PACKAGE_LIBDRM
|
||||||
# Runtime dependency
|
# Runtime dependency
|
||||||
select BR2_PACKAGE_XKEYBOARD_CONFIG
|
select BR2_PACKAGE_XKEYBOARD_CONFIG
|
||||||
# Make sure at least one compositor is selected.
|
# Make sure at least one compositor is selected.
|
||||||
@ -40,7 +40,6 @@ config BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
|||||||
config BR2_PACKAGE_WESTON_DRM
|
config BR2_PACKAGE_WESTON_DRM
|
||||||
bool "DRM compositor"
|
bool "DRM compositor"
|
||||||
depends on BR2_PACKAGE_MESA3D_OPENGL_EGL
|
depends on BR2_PACKAGE_MESA3D_OPENGL_EGL
|
||||||
select BR2_PACKAGE_LIBDRM
|
|
||||||
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
|
||||||
|
|
||||||
# Uses libgbm from mesa3d
|
# Uses libgbm from mesa3d
|
||||||
|
@ -1,2 +1,5 @@
|
|||||||
# From https://lists.freedesktop.org/archives/wayland-devel/2017-February/033231.html
|
# From https://lists.freedesktop.org/archives/wayland-devel/2017-August/034749.html
|
||||||
sha256 b4e446ac27f118196f1609dab89bb3cb3e81652d981414ad860e733b355365d8 weston-2.0.0.tar.xz
|
md5 9c42a4c51a1b9f35d040fa9d45ada36d weston-3.0.0.tar.xz
|
||||||
|
sha1 0a75c2ee10f2453a073411157bb6ed029080669f weston-3.0.0.tar.xz
|
||||||
|
sha256 cde1d55e8dd70c3cbb3d1ec72f60e60000041579caa1d6a262bd9c35e93723a5 weston-3.0.0.tar.xz
|
||||||
|
sha512 b824c39f2a884f6d50d607613f447090621f684c96f7d905f25f6e500dabd03ecb2b1cd1030babc193c3417223cb220103abb792437e1a5ead7229a76b5c7a58 weston-3.0.0.tar.xz
|
||||||
|
@ -4,14 +4,14 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
WESTON_VERSION = 2.0.0
|
WESTON_VERSION = 3.0.0
|
||||||
WESTON_SITE = http://wayland.freedesktop.org/releases
|
WESTON_SITE = http://wayland.freedesktop.org/releases
|
||||||
WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
|
WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
|
||||||
WESTON_LICENSE = MIT
|
WESTON_LICENSE = MIT
|
||||||
WESTON_LICENSE_FILES = COPYING
|
WESTON_LICENSE_FILES = COPYING
|
||||||
|
|
||||||
WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \
|
WESTON_DEPENDENCIES = host-pkgconf wayland wayland-protocols \
|
||||||
libxkbcommon pixman libpng jpeg mtdev udev cairo libinput \
|
libxkbcommon pixman libpng jpeg udev cairo libinput libdrm \
|
||||||
$(if $(BR2_PACKAGE_WEBP),webp)
|
$(if $(BR2_PACKAGE_WEBP),webp)
|
||||||
|
|
||||||
WESTON_CONF_OPTS = \
|
WESTON_CONF_OPTS = \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user