30 lines
967 B
Plaintext
30 lines
967 B
Plaintext
$OpenBSD: patch-app_app_base_gypi,v 1.2 2011/03/15 11:38:05 robert Exp $
|
|
--- app/app_base.gypi.orig Fri Mar 11 10:01:06 2011
|
|
+++ app/app_base.gypi Mon Mar 14 10:55:37 2011
|
|
@@ -232,7 +232,7 @@
|
|
'surface/io_surface_support_mac.cc',
|
|
'surface/io_surface_support_mac.h',
|
|
'surface/transport_dib.h',
|
|
- 'surface/transport_dib_linux.cc',
|
|
+ 'surface/transport_dib_openbsd.cc',
|
|
'surface/transport_dib_mac.cc',
|
|
'surface/transport_dib_win.cc',
|
|
'win/iat_patch_function.cc',
|
|
@@ -335,7 +335,7 @@
|
|
['exclude', '^win/*'],
|
|
],
|
|
}],
|
|
- ['OS=="linux"', {
|
|
+ ['OS=="linux" or OS=="openbsd"', {
|
|
'sources': [
|
|
'gfx/gl/gl_context_egl.cc',
|
|
'gfx/gl/gl_context_egl.h',
|
|
@@ -363,7 +363,6 @@
|
|
'link_settings': {
|
|
'libraries': [
|
|
'-lX11',
|
|
- '-ldl',
|
|
],
|
|
},
|
|
},
|