diff --git a/libei.changes b/libei.changes index 45f5c2e..64fce5c 100644 --- a/libei.changes +++ b/libei.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Wed Aug 26 00:06:10 UTC 2020 - Jan Engelhardt + +- Add meson_build call. + ------------------------------------------------------------------- Thu Aug 13 09:01:21 UTC 2020 - Jan Engelhardt diff --git a/libei.spec b/libei.spec index 272bf68..297b8f3 100644 --- a/libei.spec +++ b/libei.spec @@ -29,11 +29,11 @@ Source: %name-%version.tar.xz Patch1: system-munit.diff Patch2: ver.diff BuildRequires: meson +BuildRequires: ninja BuildRequires: protobuf-c BuildRequires: pkgconfig(libprotobuf-c) -BuildRequires: pkgconfig(protobuf-lite) BuildRequires: pkgconfig(munit) -BuildRequires: ninja +BuildRequires: pkgconfig(protobuf-lite) %description 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 %meson --includedir="%_includedir/%name" +%meson_build %install %meson_install