Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:12.2:ARM
chromium
chromium-system-glew.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File chromium-system-glew.patch of Package chromium
diff -up chromium-5.0.377.0-20100413svn44349/src/build/linux/system.gyp.GLEW chromium-5.0.377.0-20100413svn44349/src/build/linux/system.gyp --- chromium-5.0.377.0-20100413svn44349/src/build/linux/system.gyp.GLEW 2010-04-13 11:36:47.300172139 -0400 +++ chromium-5.0.377.0-20100413svn44349/src/build/linux/system.gyp 2010-04-13 11:36:47.579173387 -0400 @@ -372,6 +372,42 @@ }, }]] }, + { + 'target_name': 'icu', + 'type': 'none', + 'conditions': [ + ['_toolset=="target"', { + 'direct_dependent_settings': { + 'cflags': [ + '-Wno-unused-function', + # TODO(port): fix ICU to not depend on this flag. + '-fno-strict-aliasing', + ], + }, + 'link_settings': { + 'ldflags': [ + '', + ], + 'libraries': [ + '-licui18n', + ], + }, + }]] + }, + { + 'target_name': 'glew', + 'type': 'none', + 'conditions': [ + ['_toolset=="target"', { + 'link_settings': { + 'libraries': [ + '-lGLEW', + '-lGL', + '-lX11', + ], + }, + }]] + }, { 'target_name': 'gnome_keyring', 'type': 'none',
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor