forked from pool/libinput
Accepting request 520224 from X11:Wayland
1 OBS-URL: https://build.opensuse.org/request/show/520224 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libinput?expand=0&rev=47
This commit is contained in:
commit
eb9cf6dc08
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 30 20:25:21 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
- Pass --includedir="%_includedir/%name" to meson, set includedir
|
||||
to "standard" for openSUSE, align with what we had before the
|
||||
switch to meson as buildsystem.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 24 17:13:19 UTC 2017 - zaitor@opensuse.org
|
||||
|
||||
|
@ -101,6 +101,7 @@ to develop applications that require libinput.
|
||||
|
||||
%build
|
||||
%meson \
|
||||
--includedir="%_includedir/%name" \
|
||||
-Dudev-dir="%_prefix/lib/udev" \
|
||||
-Dtests=false \
|
||||
%nil
|
||||
@ -142,7 +143,7 @@ rm -f "%buildroot/%_libdir"/*.la
|
||||
%_mandir/man1/libinput.1.gz
|
||||
|
||||
%files devel
|
||||
%_includedir/libinput.h
|
||||
%_includedir/%name/
|
||||
%_libdir/pkgconfig/libinput.pc
|
||||
%_libdir/libinput.so
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user