]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commitdiff
package/transmission: fix inotify configure option
authorBernd Kuhls <bernd.kuhls@t-online.de>
Wed, 2 May 2018 06:05:39 +0000 (08:05 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 20 May 2018 13:32:13 +0000 (15:32 +0200)
The configure option is really called --with-inotify:
https://github.com/transmission/transmission/blob/2.9x/configure.ac#L211

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/transmission/transmission.mk

index 32e8e707897e144b877cdfa68cf68a8d48abac23..f10fa190c85c6df49f746802737f45b737246864 100644 (file)
@@ -16,7 +16,7 @@ TRANSMISSION_DEPENDENCIES = \
        zlib
 TRANSMISSION_AUTORECONF = YES
 TRANSMISSION_CONF_OPTS = \
-       --disable-libnotify \
+       --without-inotify \
        --enable-lightweight
 TRANSMISSION_LICENSE = GPL-2.0 or GPL-3.0 with OpenSSL exception
 TRANSMISSION_LICENSE_FILES = COPYING