diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-23 22:16:51 +0000 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2019-03-23 22:16:51 +0000 |
commit | fdb517e8e24fa6c12ce7d7826ffa00d3006da0c2 (patch) | |
tree | 19d419e9b84d80e8a715fde12aea67e645df6f81 /user/at-spi2-core/stupid-meson-fix.patch | |
parent | c031dc38c5d009cda3e0511cd69b19321d668181 (diff) | |
download | packages-fdb517e8e24fa6c12ce7d7826ffa00d3006da0c2.tar.gz packages-fdb517e8e24fa6c12ce7d7826ffa00d3006da0c2.tar.bz2 packages-fdb517e8e24fa6c12ce7d7826ffa00d3006da0c2.tar.xz packages-fdb517e8e24fa6c12ce7d7826ffa00d3006da0c2.zip |
user/at-spi2-core: fix stupid meson
Diffstat (limited to 'user/at-spi2-core/stupid-meson-fix.patch')
-rw-r--r-- | user/at-spi2-core/stupid-meson-fix.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/user/at-spi2-core/stupid-meson-fix.patch b/user/at-spi2-core/stupid-meson-fix.patch new file mode 100644 index 000000000..461871706 --- /dev/null +++ b/user/at-spi2-core/stupid-meson-fix.patch @@ -0,0 +1,11 @@ +--- at-spi2-core-2.32.0/atspi/meson.build.old 2019-03-12 02:54:43.000000000 +0000 ++++ at-spi2-core-2.32.0/atspi/meson.build 2019-03-23 22:15:47.910000000 +0000 +@@ -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, install_dir: atspi_includedir) + + atspi_enums = gnome.mkenums('atspi-enum-types', + sources: [ 'atspi-constants.h', 'atspi-types.h' ], |