[gtk-doc/wip/tintou/cmake-install-dir] cmake: install the files to datadir
- From: Corentin Noël <corentinnoel src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-doc/wip/tintou/cmake-install-dir] cmake: install the files to datadir
- Date: Fri, 5 Oct 2018 09:59:14 +0000 (UTC)
commit 304f9ead3a2cb64218619cbddff6730d7c901ae2
Author: Corentin Noël <corentin elementary io>
Date: Fri Oct 5 11:57:53 2018 +0200
cmake: install the files to datadir
buildsystems/cmake/Makefile.am | 2 +-
meson.build | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/buildsystems/cmake/Makefile.am b/buildsystems/cmake/Makefile.am
index d4f43b8..1357386 100644
--- a/buildsystems/cmake/Makefile.am
+++ b/buildsystems/cmake/Makefile.am
@@ -14,7 +14,7 @@ CLEANFILES = \
GtkDocConfig.cmake: GtkDocConfig.cmake.in
$(SED) -e 's|[@]bindir@|$(bindir)|g' < "$<" > "$@"
-cmakedir = $(libdir)/cmake/GtkDoc
+cmakedir = $(datadir)/cmake/GtkDoc
cmake_DATA = \
GtkDocConfig.cmake \
GtkDocConfigVersion.cmake \
diff --git a/meson.build b/meson.build
index c2155c0..823b203 100644
--- a/meson.build
+++ b/meson.build
@@ -20,7 +20,7 @@ bindir = join_paths(prefix, get_option('bindir'))
libdir = join_paths(prefix, get_option('libdir'))
datadir = join_paths(prefix, get_option('datadir'))
-cmakedatadir = join_paths(libdir, 'cmake')
+cmakedatadir = join_paths(datadir, 'cmake')
autoconfdatadir = join_paths(datadir, 'aclocal')
pkgdir = join_paths(datadir, package_name)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]