d1d2526fb4
Previously, `vfs_snapper` was only built if `dbus` was found. Now, `vfs_snapper` is enabled by default (on Linux) and it requires dbus to be available: ``` Checking for dbus: not found vfs_snapper is enabled but prerequisite dbus-1 package not found. Use --with-shared-modules=!vfs_snapper to disable vfs_snapper support. ``` We could pass `--with-shared-modules=!vfs_snapper` to disable it, but currently pass `--with-shared-modules=ALL`, so add dbus as a dependency instead. |
||
---|---|---|
.. | ||
4.x-fix-makeflags-parsing.patch | ||
4.x-no-persistent-install-dynconfig.patch | ||
4.x-no-persistent-install.patch | ||
4.x.nix | ||
patch-source3__libads__kerberos_keytab.c.patch |