Fix example for echo extension
authorWonYoung Choi <wy80.choi@samsung.com>
Wed, 2 Dec 2015 11:47:27 +0000 (20:47 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Wed, 2 Dec 2015 11:47:55 +0000 (20:47 +0900)
Change-Id: Iee5246531fd04fc98b4a403254a7c07fdb938db9

examples/modules/xwalk/echo/build.gyp [moved from examples/modules/xwalk/echo/xwalk/build.gyp with 100% similarity]
examples/modules/xwalk/echo/echo_api.js [moved from examples/modules/xwalk/echo/xwalk/echo_api.js with 100% similarity]
examples/modules/xwalk/echo/echo_extension.cc [moved from examples/modules/xwalk/echo/xwalk/echo_extension.cc with 100% similarity]
examples/modules/xwalk/echo/echo_extension.h [moved from examples/modules/xwalk/echo/xwalk/echo_extension.h with 100% similarity]
examples/modules/xwalk/echo/package.json
examples/modules/xwalk/echo/packaging/echo.spec

index de2bd43..4ba3325 100644 (file)
@@ -1,7 +1,7 @@
 {
   "name": "echo",
   "version": "0.0.1",
-  "description": "Sample for xwalk-extensions-common",
+  "description": "Echo sample extension",
   "main": "echo.xwalk",
   "author": {
     "name": "Wonyoung Choi",
index 9363afb..59b88f6 100644 (file)
@@ -10,10 +10,9 @@ Source1:    %{name}.manifest
 
 BuildRequires: ninja
 BuildRequires: gyp_xwext
-BuildRequires: pkgconfig(xwalk-extensions-common)
 
 %description
-Echo sample for xwalk-extensions-common
+Echo sample extension
 
 %prep
 %setup -q
@@ -22,7 +21,7 @@ cp %{SOURCE1} .
 %build
 
 export GYP_GENERATORS='ninja'
-gyp_xwext xwalk/build.gyp
+gyp_xwext build.gyp
 ninja -C out/Default %{?_smp_mflags}
 
 %install