summaryrefslogtreecommitdiff
path: root/at-spi2-core/at-spi2-core-meson.patch
diff options
context:
space:
mode:
authorFredrik Rinnestam <fredrik@crux.nu>2019-03-23 19:02:24 +0100
committerFredrik Rinnestam <fredrik@crux.nu>2019-03-23 19:03:16 +0100
commitda6a6b91caa2f3407ca2279b4794b9aa5310c021 (patch)
tree5b4588baf48cd0515ceb5e06318d68293bc3444e /at-spi2-core/at-spi2-core-meson.patch
parent3ceae8a820308297ff936efc6d5d1fcbeaef2109 (diff)
downloadopt-da6a6b91caa2f3407ca2279b4794b9aa5310c021.tar.gz
opt-da6a6b91caa2f3407ca2279b4794b9aa5310c021.tar.xz
at-spi2-core: fix build with meson 0.50.0
Resolves CRUX-Contrib/FS#1725
Diffstat (limited to 'at-spi2-core/at-spi2-core-meson.patch')
-rw-r--r--at-spi2-core/at-spi2-core-meson.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/at-spi2-core/at-spi2-core-meson.patch b/at-spi2-core/at-spi2-core-meson.patch
new file mode 100644
index 000000000..7a8ecaa62
--- /dev/null
+++ b/at-spi2-core/at-spi2-core-meson.patch
@@ -0,0 +1,12 @@
+diff -rupN at-spi2-core-2.32.0-orig/atspi/meson.build at-spi2-core-2.32.0/atspi/meson.build
+--- at-spi2-core-2.32.0-orig/atspi/meson.build 2019-03-23 18:59:10.551458994 +0100
++++ at-spi2-core-2.32.0/atspi/meson.build 2019-03-23 19:00:00.130836451 +0100
+@@ -57,7 +57,7 @@ atspi_headers = [
+
+ 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' ],

Generated by cgit