[Sound] Enabled feature in profiles
authorRyszard Matuszyk <r.matuszyk@samsung.com>
Tue, 3 Feb 2015 09:26:38 +0000 (10:26 +0100)
committerRafal Galka <r.galka@samsung.com>
Thu, 5 Feb 2015 10:25:36 +0000 (19:25 +0900)
Change-Id: I99692b8675afad201285cdaa3c6422684d77d331
Signed-off-by: Ryszard Matuszyk <r.matuszyk@samsung.com>
packaging/webapi-plugins.spec
src/sound/sound.gyp

index 39bcac5..f94fdf6 100644 (file)
@@ -47,7 +47,7 @@ Source0:    %{name}-%{version}.tar.gz
 %define tizen_feature_sap_support                 0
 %define tizen_feature_se_support                  1
 %define tizen_feature_sensor_support              0
-%define tizen_feature_sound_support               0
+%define tizen_feature_sound_support               1
 %define tizen_feature_system_setting_support      1
 %define tizen_feature_telephony_support           0
 %define tizen_feature_tvinputdevice_support       0
@@ -263,6 +263,10 @@ BuildRequires:  pkgconfig(smartcard-service-common)
 BuildRequires: pkgconfig(notification)
 %endif
 
+%if 0%{?tizen_feature_sound_support}
+BuildRequires:  pkgconfig(capi-media-sound-manager)
+%endif
+
 
 %description
 Tizen Web APIs implemented.
index c1e4855..25cf67b 100644 (file)
       ],
       'conditions': [
         [ 'tizen == 1', {
-            'variables': { 'packages': ['vconf'] },
+            'variables': {
+              'packages': [
+                'vconf',
+                'capi-media-sound-manager',
+              ]
+            },
         }],
       ],
     },