- Enable IPC support with libvarlink

OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/kanshi?expand=0&rev=16
This commit is contained in:
Soc Virnyl Estela 2024-05-19 15:13:53 +00:00 committed by Git OBS Bridge
parent 351f84a1b2
commit bbd2b42344
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Sun May 19 15:13:25 UTC 2024 - Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Enable IPC support with libvarlink
-------------------------------------------------------------------
Mon Apr 22 23:35:06 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@ -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