Add missing gzdoom dependency
This commit is contained in:
parent
e46cf309c6
commit
7b59c0b1ba
2 changed files with 12 additions and 1 deletions
|
@ -1,7 +1,6 @@
|
|||
# SPDX-License-Identifier: GPL-2.0
|
||||
# Copyright (C) 2021-present 351ELEC (https://github.com/351ELEC)
|
||||
# Copyright (C) 2023 JELOS (https://github.com/JustEnoughLinuxOS)
|
||||
# Copyright (C) 2023-present brooksytech (https://github.com/brookstech)
|
||||
|
||||
PKG_NAME="gzdoom-sa"
|
||||
PKG_VERSION="d05ea1965ad1f070859806a3a67aaf5ea6c46234"
|
||||
|
|
12
packages/graphics/libwebp/package.mk
Normal file
12
packages/graphics/libwebp/package.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# SPDX-License-Identifier: GPL-2.0-or-later
|
||||
# Copyright (C) 2022-present - The JELOS Project (https://github.com/JustEnoughLinuxOS)
|
||||
|
||||
PKG_NAME="libwebp"
|
||||
PKG_VERSION="89c5b917463c07bfb5b6390b81d258c49d5fe8c6"
|
||||
PKG_LICENSE="BSD"
|
||||
PKG_SITE="https://github.com/webmproject/libwebp"
|
||||
PKG_URL="${PKG_SITE}/archive/${PKG_VERSION}.tar.gz"
|
||||
PKG_DEPENDS_HOST="toolchain:host"
|
||||
PKG_DEPENDS_TARGET="toolchain"
|
||||
PKG_LONGDESC="WebP codec is a library to encode and decode images in WebP format."
|
||||
PKG_TOOLCHAIN="cmake"
|
Loading…
Reference in a new issue