mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 11:48:51 +00:00
28 lines
1.2 KiB
Text
28 lines
1.2 KiB
Text
#
|
|
# Copyright (C) 2025 CismonX <admin@cismon.net>
|
|
#
|
|
# Copying and distribution of this file, with or without modification, are
|
|
# permitted in any medium without royalty, provided the copyright notice and
|
|
# this notice are preserved. This file is offered as-is, without any warranty.
|
|
#
|
|
|
|
# -- Paths --
|
|
top_builddir="@abs_top_builddir@"
|
|
buildsrcdir="$top_builddir/src"
|
|
|
|
# -- Features --
|
|
@BOOKMARKFS_UTIL_TRUE@ feat_bookmarkfs_util=y
|
|
@BOOKMARKCTL_TRUE@ feat_bookmarkctl=y
|
|
@BOOKMARKFS_FSCK_TRUE@ feat_bookmarkfs_fsck=y
|
|
@BOOKMARKFS_MKFS_TRUE@ feat_bookmarkfs_mkfs=y
|
|
@BOOKMARKFS_MOUNT_TRUE@ feat_bookmarkfs_mount=y
|
|
@SANDBOX_TRUE@ feat_sandbox=y
|
|
@SANDBOX_LANDLOCK_TRUE@ feat_sandbox_landlock=y
|
|
@BOOKMARKFS_DEBUG_TRUE@ feat_bookmarkfs_debug=y
|
|
@BACKEND_FIREFOX_TRUE@ feat_backend_firefox=y
|
|
@BACKEND_FIREFOX_WRITE_TRUE@ feat_backend_firefox_write=y
|
|
@BACKEND_CHROMIUM_TRUE@ feat_backend_chromium=y
|
|
@BACKEND_CHROMIUM_WRITE_TRUE@ feat_backend_chromium_write=y
|
|
@INTERACTIVE_FSCK_TRUE@ feat_interactive_fsck=y
|
|
@NATIVE_WATCHER_TRUE@ feat_native_watcher=y
|
|
@FSCK_HANDLER_TCL_TRUE@ feat_fsck_handler_tcl=y
|