[gtk-frdp] build: Don't version the header dir
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk-frdp] build: Don't version the header dir
- Date: Fri, 22 Jun 2018 09:54:53 +0000 (UTC)
commit 7e1294f3ac0d27045196985199075495c238b8c9
Author: Felipe Borges <felipeborges gnome org>
Date: Fri Jun 22 11:35:37 2018 +0200
build: Don't version the header dir
src/meson.build | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/meson.build b/src/meson.build
index 0874046..c47846a 100644
--- a/src/meson.build
+++ b/src/meson.build
@@ -22,7 +22,7 @@ version_conf.set('MAJOR_VERSION', MAJOR_VERSION)
version_conf.set('MINOR_VERSION', MINOR_VERSION)
version_conf.set('MICRO_VERSION', MICRO_VERSION)
-gtk_frdp_header_subdir = join_paths(package_subdir, 'gtk-frdp-' + api_version)
+gtk_frdp_header_subdir = join_paths(package_subdir, 'gtk-frdp')
gtk_frdp_header_dir = join_paths(get_option('includedir'), gtk_frdp_header_subdir)
configure_file(
@@ -47,7 +47,6 @@ gtk_frdp_lib = shared_library('gtk-frdp-' + api_version,
gtk_frdp_sources,
dependencies: gtk_frdp_deps,
install: true,
- install_dir: libdir
)
gtk_frdp_dep = declare_dependency(
@@ -57,7 +56,7 @@ gtk_frdp_dep = declare_dependency(
include_directories: include_directories('.'),
)
-install_headers(gtk_frdp_headers, subdir: gtk_frdp_header_subdir)
+install_headers(gtk_frdp_headers, subdir: 'gtk-frdp')
gtk_frdp_gir = gnome.generate_gir(gtk_frdp_lib,
sources: gtk_frdp_sources + gtk_frdp_headers,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]