libepoxy: fix typo

This commit is contained in:
MilhouseVH 2018-08-18 05:08:05 +01:00
parent c1d14da6b0
commit 83f673b54a

View File

@ -1,5 +1,6 @@
# SPDX-License-Identifier: GPL-2.0-or-later # SPDX-License-Identifier: GPL-2.0-or-later
# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv) # Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
# libepoxy (actually) needs to be built shared, to avoid # libepoxy (actually) needs to be built shared, to avoid
# (EE) Failed to load /usr/lib/xorg/modules/libglamoregl.so: # (EE) Failed to load /usr/lib/xorg/modules/libglamoregl.so:
@ -8,7 +9,7 @@
PKG_NAME="libepoxy" PKG_NAME="libepoxy"
PKG_VERSION="1.4.3" PKG_VERSION="1.4.3"
PHG_SHA256="0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6" PKG_SHA256="0b808a06c9685a62fca34b680abb8bc7fb2fda074478e329b063c1f872b826f6"
PKG_ARCH="any" PKG_ARCH="any"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="https://github.com/anholt/libepoxy" PKG_SITE="https://github.com/anholt/libepoxy"