summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomasz Miąsko <tomasz.miasko@gmail.com>2018-12-10 00:00:00 +0000
committerTomasz Miąsko <tomasz.miasko@gmail.com>2018-12-10 22:56:10 +0100
commit9b20583cb459fcb8276df6059cfa58a1dbe96091 (patch)
treea8609b3ad1097b2e35b262183b1d540e25833bcc
parent62820b1af83758134cff51f4ad4eec1db90ddf62 (diff)
downloadgobject-introspection-9b20583cb459fcb8276df6059cfa58a1dbe96091.tar.gz
meson: Don't install test typelibs
-rw-r--r--tests/meson.build2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/meson.build b/tests/meson.build
index e9d7fef4..bfa8f8bb 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -118,8 +118,6 @@ if glib_dep.type_name() == 'pkgconfig'
'--includedir', join_paths(meson.build_root(), 'gir'),
'--includedir', meson.current_build_dir()
],
- install: true,
- install_dir: typelibdir,
)
endforeach