You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
575 B
20 lines
575 B
################################################################################
|
|
#
|
|
# libfuse3
|
|
#
|
|
################################################################################
|
|
|
|
LIBFUSE3_VERSION = 3.11.0
|
|
LIBFUSE3_DIR = fuse-$(LIBFUSE3_VERSION)
|
|
LIBFUSE3_SOURCE = fuse-$(LIBFUSE3_VERSION).tar.xz
|
|
LIBFUSE3_SITE = https://github.com/libfuse/libfuse/releases/download/fuse-$(LIBFUSE3_VERSION)
|
|
|
|
LIBFUSE3_CONF_OPTS = \
|
|
-Ddisable-mtab=true \
|
|
-Dudevrulesdir=/dev/null \
|
|
-Dutils=false \
|
|
-Dexamples=false \
|
|
-Duseroot=false
|
|
|
|
libfuse3: | $(TARGET_DIR)
|
|
$(call meson-package)
|
|
|