build error fix - change capi-system-power to deviced
authorHyunjin Park <hj.na.park@samsung.com>
Thu, 12 Mar 2015 09:03:32 +0000 (18:03 +0900)
committerHyunjin Park <hj.na.park@samsung.com>
Thu, 12 Mar 2015 09:04:39 +0000 (18:04 +0900)
Change-Id: Id5ed71e5b7105a4d355405107ae63208524be0a1

packaging/webapi-plugins.spec
src/power/power.gyp

index bd747ddb12a87b2da50f199e199fa90bcc034063..eadd7c3dbe0adb10575ec32d0aa09973f86f2bd1 100755 (executable)
@@ -220,7 +220,7 @@ BuildRequires: pkgconfig(storage)
 %endif
 
 %if 0%{?tizen_feature_power_support}
-BuildRequires: pkgconfig(capi-system-power)
+BuildRequires: pkgconfig(deviced)
 %endif
 
 %if 0%{?tizen_feature_power_support}
index a641d026ab13ac3f341ef558c734b87b499dd67b..5c24a1c0e22f79ad7cc274df31251e574a82a16a 100755 (executable)
@@ -22,7 +22,7 @@
           'variables': {
             'packages': [
               'capi-system-device',
-              'capi-system-power',
+              'deviced',
               'vconf',
             ]
           },