Files
repos/extra/libxrandr/libxrandr.toml
2026-03-20 10:25:48 +01:00

21 lines
634 B
TOML

[package]
name = "libxrandr"
version = "1.5.4"
description = "X11 RandR extension library — multi-monitor and resolution management"
url = "https://xorg.freedesktop.org/"
license = "MIT"
[source]
url = "https://xorg.freedesktop.org/archive/individual/lib/libXrandr-${version}.tar.xz"
sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"
[dependencies]
run = ["glibc", "libx11", "libxext", "libxrender"]
build = ["gcc", "make", "pkg-config", "xorgproto"]
[build]
system = "autotools"
configure = """./configure --prefix=/usr --disable-static"""
make = """make"""
install = """make DESTDIR=${PKG} install"""