mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 06:46:19 +00:00
85f853a903
This reverts commit 67bdf48b4895e5e7289ad6cfa5dc568b20cae907.
14 lines
502 B
Makefile
14 lines
502 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
|
|
|
|
PKG_NAME="xorgproto"
|
|
PKG_VERSION="2022.2"
|
|
PKG_SHA256="5d13dbf2be08f95323985de53352c4f352713860457b95ccaf894a647ac06b9e"
|
|
PKG_LICENSE="OSS"
|
|
PKG_SITE="https://www.X.org"
|
|
PKG_URL="https://xorg.freedesktop.org/archive/individual/proto/${PKG_NAME}-${PKG_VERSION}.tar.xz"
|
|
PKG_DEPENDS_TARGET="toolchain util-macros"
|
|
PKG_LONGDESC="combined X.Org X11 Protocol headers"
|
|
|
|
PKG_MESON_OPTS_TARGET="-Dlegacy=false"
|