SHA256
1
0
forked from pool/krfb

Add the optional pipewire dependency.

OBS-URL: https://build.opensuse.org/package/show/KDE:Applications/krfb?expand=0&rev=119
This commit is contained in:
Christophe Giboudeaux 2020-01-10 08:56:25 +00:00 committed by Git OBS Bridge
parent dc748d102f
commit 7f7ffd0eba
2 changed files with 12 additions and 6 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Fri Jan 10 08:54:29 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>
- Add the optional pipewire dependency.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue Jan 7 10:01:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr> Tue Jan 7 10:01:03 UTC 2020 - Christophe Giboudeaux <christophe@krop.fr>

View File

@ -1,7 +1,7 @@
# #
# spec file for package krfb # spec file for package krfb
# #
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany. # Copyright (c) 2020 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed
@ -33,6 +33,11 @@ Source2: applications.keyring
%endif %endif
BuildRequires: LibVNCServer-devel BuildRequires: LibVNCServer-devel
BuildRequires: extra-cmake-modules BuildRequires: extra-cmake-modules
BuildRequires: pipewire-devel
BuildRequires: pkgconfig
BuildRequires: telepathy-qt5-devel
BuildRequires: update-desktop-files
BuildRequires: xcb-util-image-devel
BuildRequires: cmake(KF5Completion) BuildRequires: cmake(KF5Completion)
BuildRequires: cmake(KF5Config) BuildRequires: cmake(KF5Config)
BuildRequires: cmake(KF5CoreAddons) BuildRequires: cmake(KF5CoreAddons)
@ -46,15 +51,11 @@ BuildRequires: cmake(KF5Wallet)
BuildRequires: cmake(KF5WidgetsAddons) BuildRequires: cmake(KF5WidgetsAddons)
BuildRequires: cmake(KF5WindowSystem) BuildRequires: cmake(KF5WindowSystem)
BuildRequires: cmake(KF5XmlGui) BuildRequires: cmake(KF5XmlGui)
BuildRequires: pkgconfig
BuildRequires: pkgconfig(libsystemd)
BuildRequires: telepathy-qt5-devel
BuildRequires: update-desktop-files
BuildRequires: xcb-util-image-devel
BuildRequires: cmake(Qt5Core) BuildRequires: cmake(Qt5Core)
BuildRequires: cmake(Qt5DBus) BuildRequires: cmake(Qt5DBus)
BuildRequires: cmake(Qt5Widgets) BuildRequires: cmake(Qt5Widgets)
BuildRequires: cmake(Qt5X11Extras) BuildRequires: cmake(Qt5X11Extras)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(xdamage) BuildRequires: pkgconfig(xdamage)
BuildRequires: pkgconfig(xt) BuildRequires: pkgconfig(xt)
BuildRequires: pkgconfig(xtst) BuildRequires: pkgconfig(xtst)