From f4a82177f3bea3e744cbc4acbd052fc7be31cab1 Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 13 Mar 2023 01:16:11 +0100 Subject: Replaced raylib-both with just -static version Current CMake+pkg-config configuration provided with raylib does not properly handle case in which both library version are available. --- raylib-static/.SRCINFO | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 raylib-static/.SRCINFO (limited to 'raylib-static/.SRCINFO') diff --git a/raylib-static/.SRCINFO b/raylib-static/.SRCINFO new file mode 100644 index 0000000..d4645cd --- /dev/null +++ b/raylib-static/.SRCINFO @@ -0,0 +1,24 @@ +pkgbase = raylib-static + pkgdesc = Simple and easy-to-use game programming library + pkgver = 4.2.0 + pkgrel = 1 + url = https://www.raylib.com + arch = x86_64 + license = ZLIB + makedepends = cmake + makedepends = git + makedepends = libx11 + makedepends = libxcursor + makedepends = libxinerama + makedepends = libxrandr + makedepends = ninja + makedepends = vulkan-headers + makedepends = xorg-server-devel + makedepends = xorg-xinput + provides = raylib + conflicts = raylib + options = staticlibs + source = git+https://github.com/raysan5/raylib#commit=bf2ad9df5fdcaa385b2a7f66fd85632eeebbadaa + b2sums = SKIP + +pkgname = raylib-static -- cgit v1.1