summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorPhilip Withnall <pwithnall@endlessos.org>2022-03-23 15:41:54 +0000
committerPhilip Withnall <pwithnall@endlessos.org>2022-03-23 15:41:54 +0000
commit6aa210e6af965a972a1c3a03e9abd556c45872ac (patch)
tree7c379a0805aa07fe6fc7983aed8fed51a571d11a /meson_options.txt
parent2759dd71bee859ff8daa9f52c9ff7169bacf6c67 (diff)
downloadglib-6aa210e6af965a972a1c3a03e9abd556c45872ac.tar.gz
gio: Remove fam file monitor support
libgamin was last released in 2007 and is dead [upstream](https://gitlab.gnome.org/Archive/gamin). Distributions may still ship it (although Fedora no longer does), but we want people to use inotify on Linux since it’s actively supported. BSDs use kqueue. Windows uses win32filemonitor. FAM might still be used on some commercial Unix distributions, but there are no contributors from those distributions, and certainly no CI for them to prevent regressions. Signed-off-by: Philip Withnall <pwithnall@endlessos.org> Fixes: #2614
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt5
1 files changed, 0 insertions, 5 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 6cd7bc90a..d1859e939 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -74,11 +74,6 @@ option('force_posix_threads',
value : false,
description : 'Also use posix threads in case the platform defaults to another implementation (on Windows for example)')
-option('fam',
- type : 'boolean',
- value : false,
- description : 'Use fam for file system monitoring')
-
option('tests',
type : 'boolean',
value : true,