diff options
Diffstat (limited to 'x11/swayimg/files/patch-meson.build')
-rw-r--r-- | x11/swayimg/files/patch-meson.build | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/x11/swayimg/files/patch-meson.build b/x11/swayimg/files/patch-meson.build deleted file mode 100644 index 31d18e49f70e..000000000000 --- a/x11/swayimg/files/patch-meson.build +++ /dev/null @@ -1,21 +0,0 @@ -https://github.com/artemsen/swayimg/pull/36 - ---- meson.build.orig 2022-02-20 08:36:23 UTC -+++ meson.build -@@ -39,6 +39,8 @@ bash = dependency('bash-completion', required: get_op - # optional dependencies: other features - exif = dependency('libexif', required: get_option('exif')) - bash = dependency('bash-completion', required: get_option('bash')) -+# Non-Linux -+epoll = dependency('epoll-shim', required: false) - - # configuration file - conf = configuration_data() -@@ -150,6 +152,7 @@ executable( - dependencies: [ - avif, - cairo, -+ epoll, - exif, - gif, - jpeg, |