projects
/
platform
/
upstream
/
gstreamer.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4425f8c
)
meson: fix search path for setcap
author
Tim-Philipp Müller
<tim@centricular.com>
Tue, 9 May 2017 08:24:43 +0000
(09:24 +0100)
committer
Tim-Philipp Müller
<tim@centricular.com>
Tue, 9 May 2017 08:24:43 +0000
(09:24 +0100)
libs/gst/helpers/meson.build
patch
|
blob
|
history
diff --git
a/libs/gst/helpers/meson.build
b/libs/gst/helpers/meson.build
index
a189807
..
022821f
100644
(file)
--- a/
libs/gst/helpers/meson.build
+++ b/
libs/gst/helpers/meson.build
@@
-80,7
+80,7
@@
if have_ptp
endif
endif
- setcap = find_program('setcap', '/usr/bin/setcap', '/sbin/setcap', required : false)
+ setcap = find_program('setcap', '/usr/
s
bin/setcap', '/sbin/setcap', required : false)
# user/group to change to in gst-ptp-helper
ptp_helper_setuid_user = get_option('with-ptp-helper-setuid-user')