mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
* 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
10 lines
377 B
Makefile
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"
|