aboutsummaryrefslogtreecommitdiff
path: root/lib/meson.build
Commit message (Collapse)AuthorAge
* Link with -lrt to support ancient libcGravatar Nikolaus Rath2017-09-25
| | | | Fixes: #207.
* Correctly define fusermount3 path.Gravatar Nikolaus Rath2017-09-19
|
* Add idle_threads mount option.Gravatar Joseph Dodge2017-08-24
|
* Allow building without iconv.Gravatar Nikolaus Rath2017-08-22
| | | | cfg.has('HAVE_ICONV') was always true.
* Added public fuse_lib_help(), bumped minor versionGravatar Nikolaus Rath2017-07-08
|
* Don't use emacs' python-mode for meson filesGravatar Nikolaus Rath2017-07-07
| | | | There is a proper meson-mode now.
* lib/meson.build: don't crash if there's no libdlGravatar Nikolaus Rath2017-05-24
| | | | | | For example, FreeBSD doesn't have it. Fixes: #173.
* Added experimental support for building with Meson+NinjaGravatar Nikolaus Rath2017-01-12