Commit 36b81949 authored by trchen@chromium.org's avatar trchen@chromium.org

libosmesa.so should have static glapi linkage

Define _GLAPI_NO_EXPORTS for all platforms.

BUG=286467
R=kbr@chromium.org

Review URL: https://chromiumcodereview.appspot.com/23803008

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221844 0039d316-1c4b-4281-b951-d872f2087c98
parent 76e9cc47
...@@ -43,6 +43,7 @@ ...@@ -43,6 +43,7 @@
"HAVE_ALIAS", "HAVE_ALIAS",
"HAVE_MINCORE", "HAVE_MINCORE",
"HAVE_LIBUDEV", "HAVE_LIBUDEV",
"_GLAPI_NO_EXPORTS",
], ],
'conditions': [ 'conditions': [
['OS=="android"', { ['OS=="android"', {
...@@ -78,9 +79,6 @@ ...@@ -78,9 +79,6 @@
'include_dirs': [ 'include_dirs': [
'src/include/c99', 'src/include/c99',
], ],
'defines': [
'_GLAPI_NO_EXPORTS',
],
}], }],
], ],
}, },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment