1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

x11/sway-audio-idle-inhibit: drop obsolete patch after b1ecad53b0

This commit is contained in:
Jan Beich 2023-09-23 11:21:34 +02:00
parent 087146f6c1
commit 775100db41

View File

@ -1,15 +0,0 @@
Drop after audio/pulseaudio is updated to 15.0 or later.
meson.build:40:0: ERROR: Invalid version of dependency, need 'libpulse' ['>= 15.0'] found '14.2'.
--- meson.build.orig 2021-12-24 12:44:40 UTC
+++ meson.build
@@ -49,7 +49,7 @@ executable(
include_directories('include')
],
dependencies: [
- dependency('libpulse', version: '>= 15.0'),
+ dependency('libpulse', version: '>= 14.0'),
wayland_protos,
wayland_client,
client_protos,