Lakka-LibreELEC/packages/sysutils/mergerfs/package.mk
David Lawson c0d38c64fc
WIP: Build fixes for Odin (and others) (#1742)
* vulkan-loader: require xrandr when using x11

* vulkan-loader: USE_GAS=OFF for Odin

Might be needed for all aarch64 until https://github.com/KhronosGroup/Vulkan-Loader/issues/881 is fixed

* mergerfs: downgrade to fix build

* xf86-input-libinput: require xorg-server

* Odin: WINDOWMANAGER 'none' -> 'no'

* xorg-server: add patch for drmmode_display.c build error

* Odin: delete a bunch of custom packages

* mesa: couple of bits from v4.x
2022-09-18 18:06:27 +03:00

10 lines
377 B
Makefile

PKG_NAME="mergerfs"
PKG_VERSION="2.24.0"
PKG_ARCH="any"
PKG_SITE="https://github.com/trapexit/mergerfs"
PKG_URL="${PKG_SITE}/releases/download/${PKG_VERSION}/${PKG_NAME}-${PKG_VERSION}.tar.gz"
PKG_DEPENDS_TARGET="toolchain fuse"
PKG_SECTION="tools"
PKG_LONGDESC="a featureful union filesystem"
PKG_MAKE_OPTS_TARGET="XATTR_AVAILABLE=0"
PKG_MAKEINSTALL_OPTS_TARGET="PREFIX=/usr"