SHA256
1
0
forked from pool/retroarch

Accepting request 769709 from home:dimstar:Factory

Shortcut through -mini

OBS-URL: https://build.opensuse.org/request/show/769709
OBS-URL: https://build.opensuse.org/package/show/Emulators/retroarch?expand=0&rev=26
This commit is contained in:
Yunhe Guo 2020-02-03 20:36:53 +00:00 committed by Git OBS Bridge
parent df9d8b2ba4
commit df84780021
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>

View File

@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@ -31,7 +31,6 @@ BuildRequires: gcc-c++
BuildRequires: p7zip
BuildRequires: pkgconfig
BuildRequires: python3-devel
BuildRequires: systemd-devel
BuildRequires: unzip
BuildRequires: pkgconfig(Qt5Concurrent)
BuildRequires: pkgconfig(Qt5Core)
@ -52,6 +51,7 @@ BuildRequires: pkgconfig(gl)
BuildRequires: pkgconfig(jack)
BuildRequires: pkgconfig(libass)
BuildRequires: pkgconfig(libpulse)
BuildRequires: pkgconfig(libsystemd)
BuildRequires: pkgconfig(libudev)
BuildRequires: pkgconfig(libusb-1.0)
BuildRequires: pkgconfig(libv4l2)
@ -199,7 +199,6 @@ export CXXFLAGS="$CFLAGS"
--enable-mmap
make %{?_smp_mflags}
%install
%make_install