at-spi2-core: fix build w/ meson-0.50

Signed-off-by: Jürgen Buchmüller <pullmoll@t-online.de>
This commit is contained in:
Jürgen Buchmüller 2019-03-14 12:46:00 +01:00
parent af6acd9f39
commit 95050ef89b
No known key found for this signature in database
GPG Key ID: DE55AD8DBEBB4EE8
1 changed files with 11 additions and 0 deletions

View File

@ -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' ],