summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Espinosa <esodan@gmail.com>2017-11-22 15:35:42 -0600
committerRico Tzschichholz <ricotz@ubuntu.com>2022-02-21 13:56:21 +0100
commit9309810331b533e72444b1373206b281b94ee87d (patch)
tree8e5c203fe0bae1c3feb1019e5c46535bcc1d2130
parentdc31671d37e720253733343d5c3444c2e676b2ed (diff)
downloadlibgee-9309810331b533e72444b1373206b281b94ee87d.tar.gz
Removing unused configurations for internal headers
-rw-r--r--gee/meson.build4
1 files changed, 0 insertions, 4 deletions
diff --git a/gee/meson.build b/gee/meson.build
index 73b13a5..6faaaf2 100644
--- a/gee/meson.build
+++ b/gee/meson.build
@@ -112,8 +112,6 @@ gee = library('gee-@0@'.format(API_VERSION),
vala_vapi : 'gee-@0@.vapi'.format(API_VERSION),
vala_gir : 'Gee-@0@.gir'.format(API_VERSION),
vala_args : [ '--pkg', 'geeutils'] + internal_asserts_args + enable_consistency_check_args,
- vala_internal_header : 'gee-internals.h',
- vala_internal_vapi : 'gee-internals-0.8.vapi',
dependencies : [ gio, include_utils_h_dir_dep ],
install : true,
install_dir : [
@@ -121,8 +119,6 @@ gee = library('gee-@0@'.format(API_VERSION),
join_paths (get_option('includedir'),'gee-@0@'.format (API_VERSION)),
true,
true,
- false,
- false
])
g_ir_compiler = find_program('g-ir-compiler')