meson: fix search path for setcap
authorTim-Philipp Müller <tim@centricular.com>
Tue, 9 May 2017 08:24:43 +0000 (09:24 +0100)
committerTim-Philipp Müller <tim@centricular.com>
Tue, 9 May 2017 08:24:43 +0000 (09:24 +0100)
libs/gst/helpers/meson.build

index a189807..022821f 100644 (file)
@@ -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/sbin/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')