From bbd2b42344ef6956b64e8c8444fbcb7152269d5cf34a4aa39fd97b94b2d505f4 Mon Sep 17 00:00:00 2001 From: Soc Virnyl Estela Date: Sun, 19 May 2024 15:13:53 +0000 Subject: [PATCH] - Enable IPC support with libvarlink OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=16 --- kanshi.changes | 5 +++++ kanshi.spec | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/kanshi.changes b/kanshi.changes index a045aa1..fe017c4 100644 --- a/kanshi.changes +++ b/kanshi.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sun May 19 15:13:25 UTC 2024 - Soc Virnyl Estela + +- Enable IPC support with libvarlink + ------------------------------------------------------------------- Mon Apr 22 23:35:06 UTC 2024 - Joshua Smith diff --git a/kanshi.spec b/kanshi.spec index 631da7b..28f1a23 100644 --- a/kanshi.spec +++ b/kanshi.spec @@ -32,6 +32,7 @@ BuildRequires: meson BuildRequires: ninja BuildRequires: scdoc BuildRequires: pkgconfig(scfg) +BuildRequires: pkgconfig(varlink) BuildRequires: pkgconfig(wayland-client) %description @@ -44,7 +45,7 @@ and disabled on hotplug. %build # Disabled because libvarlink is not available in Factory %meson \ - -Dipc=disabled + -Dipc=enabled %meson_build %install