SHA256
1
0
forked from pool/retroarch
Dominique Leuenberger 2020-02-04 18:55:14 +00:00 committed by Git OBS Bridge
commit e2f148569a
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Feb 3 16:10:18 UTC 2020 - Dominique Leuenberger <dimstar@opensuse.org>
- BuildRequire pkgconfig(libsystemd) instead of systemd-devel:
allow OBS to shortcut through -mini flavors.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 22 11:05:21 UTC 2020 - Yunhe Guo <i@guoyunhe.me> Wed Jan 22 11:05:21 UTC 2020 - Yunhe Guo <i@guoyunhe.me>

View File

@ -1,7 +1,7 @@
# #
# spec file for package retroarch # spec file for package retroarch
# #
# 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
@ -31,7 +31,6 @@ BuildRequires: gcc-c++
BuildRequires: p7zip BuildRequires: p7zip
BuildRequires: pkgconfig BuildRequires: pkgconfig
BuildRequires: python3-devel BuildRequires: python3-devel
BuildRequires: systemd-devel
BuildRequires: unzip BuildRequires: unzip
BuildRequires: pkgconfig(Qt5Concurrent) BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core) BuildRequires: pkgconfig(Qt5Core)
@ -52,6 +51,7 @@ BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack) BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libass) BuildRequires: pkgconfig(libass)
BuildRequires: pkgconfig(libpulse) BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev) BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libusb-1.0) BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libv4l2) BuildRequires: pkgconfig(libv4l2)
@ -199,7 +199,6 @@ export CXXFLAGS="$CFLAGS"
--enable-mmap --enable-mmap
make %{?_smp_mflags} make %{?_smp_mflags}
%install %install
%make_install %make_install