diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 06:30:01 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2025-04-12 06:32:37 +0200 |
commit | c5b48167f49165adb1c39278d2a31dce9fc29dac (patch) | |
tree | 0c833d6d88db7ecb5f94d8686a3c2c58c4f9bba3 /package/wayland-protocols/patches/patch-meson_build | |
parent | 2d97c12e03a99c4c7f79191e0a98957c7bb55774 (diff) |
wayland-protocols: update to 1.43
Diffstat (limited to 'package/wayland-protocols/patches/patch-meson_build')
-rw-r--r-- | package/wayland-protocols/patches/patch-meson_build | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/wayland-protocols/patches/patch-meson_build b/package/wayland-protocols/patches/patch-meson_build deleted file mode 100644 index ad075be1c..000000000 --- a/package/wayland-protocols/patches/patch-meson_build +++ /dev/null @@ -1,11 +0,0 @@ ---- wayland-protocols-1.23.orig/meson.build 2021-09-15 14:52:03.136998200 +0200 -+++ wayland-protocols-1.23/meson.build 2021-11-14 04:45:19.472983046 +0100 -@@ -93,7 +93,7 @@ pkgconfig_configuration.set('abs_top_src - pkgconfig_configuration.set('PACKAGE', 'wayland-protocols') - pkgconfig_configuration.set('WAYLAND_PROTOCOLS_VERSION', wayland_protocols_version) - --pkg_install_dir = join_paths(get_option('datadir'), 'pkgconfig') -+pkg_install_dir = join_paths(get_option('libdir'), 'pkgconfig') - configure_file( - input: 'wayland-protocols.pc.in', - output: 'wayland-protocols.pc', |