]> git.pld-linux.org Git - packages/DirectFB.git/commitdiff
- fix building without gstreamer support
authorMarcin Krol <hawk@tld-linux.org>
Wed, 8 May 2013 10:17:19 +0000 (10:17 +0000)
committerMarcin Krol <hawk@tld-linux.org>
Wed, 8 May 2013 10:17:19 +0000 (10:17 +0000)
DirectFB.spec

index 8d3d8cdc832967d989dbe8cae165e50bdb818c71..24cd83040a063d4919924f5dc434e153b58b5875 100644 (file)
@@ -749,9 +749,11 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBImageProvider/libidirectfbimageprovider_svg.so
    
+%if %{with gstreamer}
 %files video-gstreamer
 %defattr(644,root,root,755)
 %attr(755,root,root) %{dfbdir}/interfaces/IDirectFBVideoProvider/libidirectfbvideoprovider_gstreamer.so
+%endif
 
 %files video-mng
 %defattr(644,root,root,755)
This page took 0.0419 seconds and 4 git commands to generate.