chiark
/
gitweb
/
~ianmdlvl
/
elogind.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d469ad4
)
tests: skip udev-test when perl is not installed
author
Zbigniew Jędrzejewski-Szmek
<zbyszek@in.waw.pl>
Thu, 22 Mar 2018 07:34:21 +0000
(08:34 +0100)
committer
Sven Eden
<yamakuzure@gmx.net>
Fri, 24 Aug 2018 14:47:08 +0000
(16:47 +0200)
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index 554267aff5fada82fc07635e0e403f81cbb8880d..0aee701525f0480814261e22ab65b5675db5392b 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-622,6
+622,7
@@
m4 = find_program('m4')
stat = find_program('stat')
git = find_program('git', required : false)
env = find_program('env')
+perl = find_program('perl', required : false)
#if 0 /// elogind does not use this but needs a tool to symlink its installed headers.
# meson_make_symlink = meson.source_root() + '/tools/meson-make-symlink.sh'