Mercurial > sdl-ios-xcode
comparison SDL.spec.in @ 5047:edaf3e364a05
Nobody has stepped up to maintain an svgalib driver. Bye bye! :)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 19 Jan 2011 22:21:31 -0800 |
parents | 17376128fb56 |
children |
comparison
equal
deleted
inserted
replaced
5046:4cb778067834 | 5047:edaf3e364a05 |
---|---|
37 %prep | 37 %prep |
38 %setup -q | 38 %setup -q |
39 | 39 |
40 %build | 40 %build |
41 %ifos linux | 41 %ifos linux |
42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-aalib --disable-video-directfb --disable-video-ggi --disable-video-svga | 42 CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{prefix} --disable-video-directfb |
43 %else | 43 %else |
44 %configure | 44 %configure |
45 %endif | 45 %endif |
46 make | 46 make |
47 | 47 |