SHA256
1
0
forked from pool/libinput

Considering planned changes for %_libexecdir, it is worth

noting that udev data is stuffed into /usr/lib/udev, not /usr/libexec.

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=124
This commit is contained in:
Jan Engelhardt 2017-07-15 22:58:43 +00:00 committed by Git OBS Bridge
parent 66a89476f3
commit e81cc0f214

View File

@ -101,7 +101,7 @@ to develop applications that require libinput.
%build
%meson \
-Dudev-dir="%_libexecdir/udev" \
-Dudev-dir="%_prefix/lib/udev" \
-Dtests=false \
%nil
%meson_build