Index: native_client_sdk/src/examples/fullscreen_tumbler/example.dsc |
=================================================================== |
--- native_client_sdk/src/examples/fullscreen_tumbler/example.dsc (revision 147717) |
+++ native_client_sdk/src/examples/fullscreen_tumbler/example.dsc (working copy) |
@@ -2,9 +2,9 @@ |
'TOOLS': ['newlib', 'pnacl'], |
'TARGETS': [ |
{ |
- 'NAME' : 'fullscreen_tumbler', |
- 'TYPE' : 'main', |
- 'SOURCES' : [ |
+ 'NAME': 'fullscreen_tumbler', |
+ 'TYPE': 'main', |
+ 'SOURCES': [ |
'callback.h', |
'cube.cc', |
'cube.h', |
@@ -21,7 +21,7 @@ |
'tumbler.h', |
'tumbler_module.cc' |
], |
- 'LIBS': ['ppapi_cpp', 'ppapi_gles2'] |
+ 'LIBS': ['ppapi_gles2', 'ppapi_cpp', 'ppapi', 'pthread'] |
} |
], |
'DATA': [ |