aboutsummaryrefslogtreecommitdiff
path: root/repos/wayland/imv/icu76.1.patch
diff options
context:
space:
mode:
Diffstat (limited to 'repos/wayland/imv/icu76.1.patch')
-rwxr-xr-xrepos/wayland/imv/icu76.1.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/repos/wayland/imv/icu76.1.patch b/repos/wayland/imv/icu76.1.patch
deleted file mode 100755
index 3cfb6748..00000000
--- a/repos/wayland/imv/icu76.1.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- imv-v4.5.0-orig/meson.build
-+++ imv-v4.5.0/meson.build
-@@ -42,7 +42,7 @@
-
- _unicode = get_option('unicode')
- if _unicode == 'icu'
-- unicode_lib = dependency('icu-io')
-+ unicode_lib = [ dependency('icu-io'), dependency('icu-uc') ]
- add_project_arguments('-DIMV_USE_ICU', language: 'c')
- elif _unicode == 'grapheme'
- unicode_lib = cc.find_library('grapheme')