mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 12:51:06 +00:00
Bug 1126248: Enable skia by testing CPU_ARCH, which is more narrowly defined than target_cpu. r=glandium,jrmuizel
This commit is contained in:
parent
7082ffe2b7
commit
c36d278197
@ -7961,8 +7961,8 @@ if test "${OS_TARGET}" = "WINNT" -o \
|
||||
"${MOZ_WIDGET_TOOLKIT}" = "gonk" -o \
|
||||
"${MOZ_WIDGET_TOOLKIT}" = "gtk2" -o \
|
||||
"${MOZ_WIDGET_TOOLKIT}" = "gtk3"; then
|
||||
case "${target_cpu}" in
|
||||
i*86*|x86_64|arm)
|
||||
case "${CPU_ARCH}" in
|
||||
x86|x86_64|arm)
|
||||
MOZ_ENABLE_SKIA=1
|
||||
;;
|
||||
*)
|
||||
|
Loading…
Reference in New Issue
Block a user