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