Merge pull request #1339 from UzuCore/jelos-dev
xorg-server wayland-protocols url fix
This commit is contained in:
commit
abedfb5318
2 changed files with 5 additions and 6 deletions
|
@ -2,11 +2,10 @@
|
|||
# Copyright (C) 2016-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="wayland-protocols"
|
||||
PKG_VERSION="1.26"
|
||||
PKG_SHA256="c553384c1c68afd762fa537a2569cc9074fe7600da12d3472761e77a2ba56f13"
|
||||
PKG_VERSION="cc0cd4addf68df7a14bf7f4c9c2daa6489fc20d7"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://wayland.freedesktop.org/"
|
||||
PKG_URL="https://wayland.freedesktop.org/releases/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
||||
PKG_SITE="https://gitlab.freedesktop.org/wayland/wayland-protocols"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_TARGET="toolchain wayland:host"
|
||||
PKG_LONGDESC="Specifications of extended Wayland protocols"
|
||||
|
||||
|
|
|
@ -3,9 +3,9 @@
|
|||
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
||||
|
||||
PKG_NAME="xorg-server"
|
||||
PKG_VERSION="ccdd431cd8f1cabae9d744f0514b6533c438908c"
|
||||
PKG_VERSION="7b1758936bd644020a560f2739ad7a50fbb87b17"
|
||||
PKG_LICENSE="OSS"
|
||||
PKG_SITE="https://github.com/freedesktop/xorg-xserver"
|
||||
PKG_SITE="https://gitlab.freedesktop.org/xorg/xserver"
|
||||
PKG_URL="${PKG_SITE}.git"
|
||||
PKG_DEPENDS_TARGET="toolchain util-macros font-util xorgproto libpciaccess libX11 libXfont2 libXinerama libxcvt libxshmfence libxkbfile libdrm openssl freetype pixman systemd xorg-launch-helper"
|
||||
PKG_NEED_UNPACK="$(get_pkg_directory xf86-video-nvidia) $(get_pkg_directory xf86-video-nvidia-legacy)"
|
||||
|
|
Loading…
Reference in a new issue