Updating spec file after fusion framework restructuring 21/36821/1
authorRamasamy <ram.kannan@samsung.com>
Mon, 16 Mar 2015 03:36:22 +0000 (09:06 +0530)
committerRamasamy <ram.kannan@samsung.com>
Mon, 16 Mar 2015 03:36:31 +0000 (09:06 +0530)
- updating the spec file to support new fusion framework structure as
this was not committed earlier.

Change-Id: If85a6286d23c2c656a0bb81570872fc0782526b1

packaging/sensord.spec

index 583da23..e311020 100755 (executable)
@@ -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