X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=openssl%2Fmingw32-openssl.spec;h=62cddf52cec262ecc4f2f1894acaac3a048fd6e2;hb=d988111050a06727629205fc661356742fbc4248;hp=e5a1d8a2b745a22a88f6ecb9b40a31f1b1c52689;hpb=a7a275083684ae956e9e4465b88757ee3fb1f13f;p=fedora-mingw.git diff --git a/openssl/mingw32-openssl.spec b/openssl/mingw32-openssl.spec index e5a1d8a..62cddf5 100644 --- a/openssl/mingw32-openssl.spec +++ b/openssl/mingw32-openssl.spec @@ -78,7 +78,13 @@ BuildRequires: sed BuildRequires: /usr/bin/cmp BuildRequires: /usr/bin/rename +# XXX Not really sure about this one. The build script uses +# /usr/bin/makedepend which comes from imake. +BuildRequires: imake + # Required both to build, and to run the tests. +# XXX This needs to be fixed - cross-compilation should not +# require running executables. BuildRequires: wine %if %{with_tests} @@ -189,9 +195,10 @@ export WINEDLLPATH # it). Therefore we create a virtual framebuffer for the duration of # the tests. # XXX There is no good way to choose a random, unused display. +# XXX Setting depth to 24 bits avoids bug 458219. unset DISPLAY display=:21 -Xvfb $display -ac -noreset & xpid=$! +Xvfb $display -screen 0 1024x768x24 -ac -noreset & xpid=$! trap "kill -TERM $xpid ||:" EXIT sleep 3 DISPLAY=$display