diff options
-rwxr-xr-x | packaging/capi-network-vine.spec | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/packaging/capi-network-vine.spec b/packaging/capi-network-vine.spec index 9e66ee2..33dd4ec 100755 --- a/packaging/capi-network-vine.spec +++ b/packaging/capi-network-vine.spec @@ -27,9 +27,12 @@ BuildRequires: pkgconfig(dlog) %ifnarch %i586 i686 x86_64 BuildRequires: pkgconfig(capi-network-wifi-aware) %endif +%if "%{mv_prj}" != "1" BuildRequires: pkgconfig(capi-network-bluetooth) %endif +%endif + %if %{with use_glib_event_loop} BuildRequires: pkgconfig(glib-2.0) %endif |