mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
libepoxy: update to 1.5.3.
This commit is contained in:
parent
fe4945fcbd
commit
adb05457ef
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'libepoxy'
|
# Template file for 'libepoxy'
|
||||||
pkgname=libepoxy
|
pkgname=libepoxy
|
||||||
version=1.5.2
|
version=1.5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=meson
|
build_style=meson
|
||||||
hostmakedepends="pkg-config python xorg-util-macros"
|
hostmakedepends="pkg-config python xorg-util-macros"
|
||||||
makedepends="MesaLib-devel"
|
makedepends="MesaLib-devel"
|
||||||
short_desc="Library for handling OpenGL function pointer management for you"
|
short_desc="Library for handling OpenGL function pointer management for you"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="maxice8 <thinkbit.ukim@gmail.com>"
|
||||||
license="MIT"
|
license="MIT"
|
||||||
homepage="https://github.com/anholt/libepoxy"
|
homepage="https://github.com/anholt/libepoxy"
|
||||||
#changelog="https://github.com/anholt/libepoxy/releases"
|
#changelog="https://github.com/anholt/libepoxy/releases"
|
||||||
distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz"
|
distfiles="https://github.com/anholt/libepoxy/archive/${version}.tar.gz"
|
||||||
checksum=1ffc3ffe0567f986ff5731d4ef3a3765e0a4f9d642fffdae303362567eecd689
|
checksum=c2f1e2c9c12dcc57dee07cd4ca47de83cf19d0226a225b695066ce58ebb4b117
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) configure_args+=" -Dhas-dlvsym=false" ;;
|
*-musl) configure_args+=" -Dhas-dlvsym=false" ;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue