[package] name = "libxcomposite" version = "0.4.6" description = "X11 Composite extension library — off-screen window compositing" url = "https://xorg.freedesktop.org/" license = "MIT" [source] url = "https://xorg.freedesktop.org/archive/individual/lib/libXcomposite-${version}.tar.xz" sha256 = "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa" [dependencies] run = ["glibc", "libx11", "libxfixes"] build = ["gcc", "make", "pkg-config", "xorgproto"] [build] system = "autotools" configure = """./configure --prefix=/usr --disable-static""" make = """make""" install = """make DESTDIR=${PKG} install"""