summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2018-03-26 18:43:01 -0400
committerAdam Jackson <ajax@redhat.com>2018-03-27 10:28:33 -0400
commit84507507ea03db2f6197b94c160bbee9768c4baa (patch)
tree7a801048e6f6ad520ebd6315595013cc2d5244cf /meson.build
parent8c684f59d517db0812fbad5fc6bcd90c7c810493 (diff)
meson: Install xorg-server.m4
Signed-off-by: Adam Jackson <ajax@redhat.com> Reviewed-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson.build b/meson.build
index 49014719b..47b87b5e6 100644
--- a/meson.build
+++ b/meson.build
@@ -618,3 +618,6 @@ if build_xorg
'pkgconfig'),
)
endif
+
+install_data('xorg-server.m4',
+ install_dir: join_paths(get_option('datadir'), 'aclocal'))