rpms/directfb/devel directfb.spec,1.28,1.29

Nicolas Chauvet kwizart at fedoraproject.org
Mon May 11 14:25:28 UTC 2009


Author: kwizart

Update of /cvs/pkgs/rpms/directfb/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv20202/devel

Modified Files:
	directfb.spec 
Log Message:
Missing sdl switch (was typo)



Index: directfb.spec
===================================================================
RCS file: /cvs/pkgs/rpms/directfb/devel/directfb.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- directfb.spec	11 May 2009 14:10:29 -0000	1.28
+++ directfb.spec	11 May 2009 14:24:58 -0000	1.29
@@ -16,7 +16,7 @@ BuildRequires: libpng-devel
 BuildRequires: zlib-devel
 BuildRequires: libjpeg-devel
 BuildRequires: freetype-devel
-%{?_with_SDL:BuildRequires: SDL-devel}
+%{?_with_sdl:BuildRequires: SDL-devel}
 BuildRequires: libsysfs-devel
 BuildRequires: libv4l-devel
 BuildRequires: libvncserver-devel
@@ -39,7 +39,7 @@ for graphics under Linux.
 Non-default rpmbuild options:
 --with fusion:   Enable linux-fusion support
 --with tslib:    Enable tslib support
---with SDL:      Enable SDL experimental support
+--with sdl:      Enable SDL experimental support
 
 
 %package devel




More information about the fedora-extras-commits mailing list