From 95050ef89b7e2b983740b387e664ae9c1bd8ba21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Thu, 14 Mar 2019 12:46:00 +0100 Subject: [PATCH] at-spi2-core: fix build w/ meson-0.50 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jürgen Buchmüller --- srcpkgs/at-spi2-core/patches/fix-meson-0.50.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 srcpkgs/at-spi2-core/patches/fix-meson-0.50.patch diff --git a/srcpkgs/at-spi2-core/patches/fix-meson-0.50.patch b/srcpkgs/at-spi2-core/patches/fix-meson-0.50.patch new file mode 100644 index 00000000000..8b8812953fe --- /dev/null +++ b/srcpkgs/at-spi2-core/patches/fix-meson-0.50.patch @@ -0,0 +1,11 @@ +--- atspi/meson.build 2019-03-12 03:54:43.000000000 +0100 ++++ atspi/meson.build 2019-03-14 12:13:54.759466260 +0100 +@@ -57,7 +57,7 @@ + + atspi_includedir = join_paths(get_option('prefix'), get_option('includedir'), 'at-spi-2.0', 'atspi') + +-install_headers(atspi_headers, subdir: atspi_includedir) ++install_headers(atspi_headers, subdir: 'at-spi-2.0/atspi') + + atspi_enums = gnome.mkenums('atspi-enum-types', + sources: [ 'atspi-constants.h', 'atspi-types.h' ],