]> git.pld-linux.org Git - packages/gpac.git/commitdiff
- disable gui subpackage when building without wx support
authorlisu <lisu@pld-linux.org>
Wed, 28 Sep 2011 13:33:21 +0000 (13:33 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gpac.spec -> 1.39

gpac.spec

index e3d46d15f49162be2362457db3086efec5e5cbcb..b68f2482d69ba6ab491836a93df80d020ffa4b40 100644 (file)
--- a/gpac.spec
+++ b/gpac.spec
@@ -221,9 +221,11 @@ fi
 %defattr(644,root,root,755)
 %{_includedir}/gpac
 
+%if %{with wx}
 %files gui
 %defattr(644,root,root,755)
 %attr(755,root,root) %{_bindir}/Osmo4
+%endif
 
 %files -n browser-plugin-%{name}
 %defattr(644,root,root,755)
This page took 0.091904 seconds and 4 git commands to generate.