diff --git a/SDL2.changes b/SDL2.changes index 7e69ea5..e547db9 100644 --- a/SDL2.changes +++ b/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 diff --git a/SDL2.spec b/SDL2.spec index 39e54e1..3e57025 100644 --- a/SDL2.spec +++ b/SDL2.spec @@ -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"