package/pipewire: fix comment in Config.in
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Thu, 19 Dec 2019 19:27:59 +0000 (20:27 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sat, 21 Dec 2019 22:10:09 +0000 (23:10 +0100)
Commit ac92146ebb7627378c0a8c92f6490e55333eb6bb forgot to update
comment with udev dependency

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/pipewire/Config.in

index 80e28d361487b0cfba2e810cb9e6c4894cdec591..57e70d65f8c5d589067bcf72cb316f6025dc5d4e 100644 (file)
@@ -30,6 +30,6 @@ comment "pipewire gstreamer support needs a toolchain w/ wchar, threads"
 
 endif
 
-comment "pipewire needs a toolchain w/ threads"
+comment "pipewire needs udev and a toolchain w/ threads"
        depends on BR2_USE_MMU
-       depends on !BR2_TOOLCHAIN_HAS_THREADS
+       depends on !BR2_PACKAGE_HAS_UDEV || !BR2_TOOLCHAIN_HAS_THREADS