Accepting request 829651 from X11:Wayland
- Add meson_build call. OBS-URL: https://build.opensuse.org/request/show/829651 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libei?expand=0&rev=2
This commit is contained in:
commit
2627bb12e8
@ -1,3 +1,8 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Aug 26 00:06:10 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Add meson_build call.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Aug 13 09:01:21 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
Thu Aug 13 09:01:21 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -29,11 +29,11 @@ Source: %name-%version.tar.xz
|
|||||||
Patch1: system-munit.diff
|
Patch1: system-munit.diff
|
||||||
Patch2: ver.diff
|
Patch2: ver.diff
|
||||||
BuildRequires: meson
|
BuildRequires: meson
|
||||||
|
BuildRequires: ninja
|
||||||
BuildRequires: protobuf-c
|
BuildRequires: protobuf-c
|
||||||
BuildRequires: pkgconfig(libprotobuf-c)
|
BuildRequires: pkgconfig(libprotobuf-c)
|
||||||
BuildRequires: pkgconfig(protobuf-lite)
|
|
||||||
BuildRequires: pkgconfig(munit)
|
BuildRequires: pkgconfig(munit)
|
||||||
BuildRequires: ninja
|
BuildRequires: pkgconfig(protobuf-lite)
|
||||||
|
|
||||||
%description
|
%description
|
||||||
libei is a library for Emulated Input, targeting the Wayland stack.
|
libei is a library for Emulated Input, targeting the Wayland stack.
|
||||||
@ -60,6 +60,7 @@ libei is a library for Emulated Input, targeting the Wayland stack.
|
|||||||
|
|
||||||
%build
|
%build
|
||||||
%meson --includedir="%_includedir/%name"
|
%meson --includedir="%_includedir/%name"
|
||||||
|
%meson_build
|
||||||
|
|
||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
Loading…
Reference in New Issue
Block a user