From: Ramasamy Date: Mon, 16 Mar 2015 03:36:22 +0000 (+0530) Subject: Updating spec file after fusion framework restructuring X-Git-Tag: submit/tizen/20151218.070016~97 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4577ab62ac35105dcd38390c5ed49d2edb262ac1;p=platform%2Fcore%2Fsystem%2Fsensord.git Updating spec file after fusion framework restructuring - updating the spec file to support new fusion framework structure as this was not committed earlier. Change-Id: If85a6286d23c2c656a0bb81570872fc0782526b1 --- diff --git a/packaging/sensord.spec b/packaging/sensord.spec index 583da23..e311020 100755 --- a/packaging/sensord.spec +++ b/packaging/sensord.spec @@ -30,6 +30,7 @@ BuildRequires: pkgconfig(capi-system-info) %define rv_state ON %define geomagnetic_rv_state ON %define gaming_rv_state ON +%define fusion_state ON %define build_test_suite OFF %description @@ -81,7 +82,7 @@ cmake . -DCMAKE_INSTALL_PREFIX=%{_prefix} -DACCEL=%{accel_state} \ -DORIENTATION=%{orientation_state} -DGRAVITY=%{gravity_state} \ -DLINEAR_ACCEL=%{linear_accel_state} -DRV=%{rv_state} \ -DGEOMAGNETIC_RV=%{geomagnetic_rv_state} -DGAMING_RV=%{gaming_rv_state} \ - -DTEST_SUITE=%{build_test_suite} \ + -DFUSION=%{fusion_state} -DTEST_SUITE=%{build_test_suite} \ -DLIBDIR=%{_libdir} -DINCLUDEDIR=%{_includedir} %build