Accepting request 374319 from games
- Make building more verbose (forwarded request 374286 from pluskalm) OBS-URL: https://build.opensuse.org/request/show/374319 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/SDL2?expand=0&rev=12
This commit is contained in:
commit
387a8d0294
10
SDL2.changes
10
SDL2.changes
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 17 15:53:13 UTC 2016 - mpluskal@suse.com
|
||||
|
||||
- Make building more verbose
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 10 13:39:57 UTC 2016 - jengelh@inai.de
|
||||
|
||||
- Enable udev support
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Jan 10 15:27:58 UTC 2016 - mailaender@opensuse.org
|
||||
|
||||
|
@ -60,6 +60,7 @@ BuildRequires: pkgconfig(xscrnsaver)
|
||||
BuildRequires: pkgconfig(xxf86vm)
|
||||
%endif
|
||||
BuildRequires: pkgconfig(libpulse-simple) >= 0.9
|
||||
BuildRequires: pkgconfig(libudev)
|
||||
BuildRequires: pkgconfig(udev)
|
||||
BuildRequires: pkgconfig(xext)
|
||||
BuildRequires: pkgconfig(xi)
|
||||
@ -117,7 +118,7 @@ dos2unix COPYING.txt
|
||||
--disable-rpath \
|
||||
--disable-alsa-shared \
|
||||
--disable-video-directfb
|
||||
make %{?_smp_mflags}
|
||||
make %{?_smp_mflags} V=1
|
||||
|
||||
%install
|
||||
make install DESTDIR="%buildroot"
|
||||
|
Loading…
Reference in New Issue
Block a user