summaryrefslogtreecommitdiffstats
path: root/o3d/plugin/plugin.gyp
diff options
context:
space:
mode:
authortschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 00:11:59 +0000
committertschmelcher@chromium.org <tschmelcher@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-22 00:11:59 +0000
commitaf4acda6cc24136f95d9ab99841b759a71687c2f (patch)
treed47ea7e11caed8bbd8219ce4ff042fabdff0a9b0 /o3d/plugin/plugin.gyp
parent5fe1572eaaec0f18f8126b9d6d48e7f575e9bcb2 (diff)
downloadchromium_src-af4acda6cc24136f95d9ab99841b759a71687c2f.zip
chromium_src-af4acda6cc24136f95d9ab99841b759a71687c2f.tar.gz
chromium_src-af4acda6cc24136f95d9ab99841b759a71687c2f.tar.bz2
Linux: Update DEPS to pick up statically linked libGLEW.
BUG=none TEST=built and ran O3D on Linux (64-bit) Review URL: http://codereview.chromium.org/3978003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63452 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'o3d/plugin/plugin.gyp')
-rw-r--r--o3d/plugin/plugin.gyp5
1 files changed, 2 insertions, 3 deletions
diff --git a/o3d/plugin/plugin.gyp b/o3d/plugin/plugin.gyp
index 0f6f6b7..ba35b5f 100644
--- a/o3d/plugin/plugin.gyp
+++ b/o3d/plugin/plugin.gyp
@@ -115,7 +115,6 @@
# --as-needed, so we have to specify the out-of-order ones before
# the --as-needed flag.
'-lCgGL',
- '-lGLEW',
'-ldl', # Used by breakpad
'-lrt',
]
@@ -218,7 +217,7 @@
'$(SDKROOT)/System/Library/Frameworks/QuickTime.framework',
'libbreakpad.a',
'libbreakpad_utilities.a',
- '../../third_party/glew/files/lib/libMacStaticGLEW.a',
+ '../../<(glewdir)/lib/libMacStaticGLEW.a',
],
},
'postbuilds': [
@@ -474,7 +473,7 @@
'$(SDKROOT)/System/Library/Frameworks/QuickTime.framework',
'libbreakpad.a',
'libbreakpad_utilities.a',
- '../../third_party/glew/files/lib/libMacStaticGLEW.a',
+ '../../<(glewdir)/lib/libMacStaticGLEW.a',
],
},
},