зеркало из https://github.com/mozilla/moz-skia.git
Build libjpeg from source for all platforms
(We were already doing so on Mac and Windows.) Review URL: https://codereview.appspot.com/5909067 git-svn-id: http://skia.googlecode.com/svn/trunk@3497 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
Родитель
9fee7ad449
Коммит
4db4adc0e1
|
@ -10,14 +10,7 @@
|
|||
|
||||
{
|
||||
'variables': {
|
||||
'conditions': [
|
||||
[ 'os_posix == 1 and OS != "mac"', {
|
||||
# Link to system .so since we already use it due to GTK.
|
||||
'use_system_libjpeg%': 1,
|
||||
}, { # os_posix != 1 or OS == "mac"
|
||||
'use_system_libjpeg%': 0,
|
||||
}],
|
||||
],
|
||||
'use_system_libjpeg%': 0,
|
||||
},
|
||||
'conditions': [
|
||||
['use_system_libjpeg==0', {
|
||||
|
|
Загрузка…
Ссылка в новой задаче