[libhttpseverywhere] build: remove typelib path dependency
- From: Daniel Brendle <elbren src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libhttpseverywhere] build: remove typelib path dependency
- Date: Thu, 26 Jan 2017 21:58:32 +0000 (UTC)
commit 4b1fc661b3d5f15a103b0e4e9d3415821e3cb160
Author: grindhold <grindhold gmx net>
Date: Thu Jan 26 22:56:24 2017 +0100
build: remove typelib path dependency
close 775136
meson.build | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 35d8aa9..a524d15 100644
--- a/meson.build
+++ b/meson.build
@@ -69,7 +69,7 @@ httpseverywhere_test = executable('httpseverywhere_test', httpseverywhere_test_s
g_ir_compiler = find_program('g-ir-compiler')
custom_target('httpseverywhere-typelib',
- command: [g_ir_compiler, '--output', '@OUTPUT@', 'HTTPSEverywhere-' + api + '.gir',
'--shared-library', get_option('prefix') + '/' + get_option('libdir') + '/libhttpseverywhere-' + api + '.so'],
+ command: [g_ir_compiler, '--output', '@OUTPUT@', 'HTTPSEverywhere-' + api + '.gir',
'--shared-library', 'libhttpseverywhere-' + api + '.so'],
output: 'HTTPSEverywhere-' + api + '.typelib',
depends: httpseverywhere_lib,
install: true,
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]