mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 17:19:20 +00:00
webkitgtk: use Python 3 for builds
(From OE-Core rev: e7c544f80859d532c64dd6b1988c762bdd09dbbf) Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b67cd613ed
commit
14a0d1cc90
@@ -69,7 +69,7 @@ EXTRA_OECMAKE = " \
|
||||
${@bb.utils.contains('GI_DATA_ENABLED', 'True', '-DENABLE_INTROSPECTION=ON', '-DENABLE_INTROSPECTION=OFF', d)} \
|
||||
${@bb.utils.contains('GTKDOC_ENABLED', 'True', '-DENABLE_GTKDOC=ON', '-DENABLE_GTKDOC=OFF', d)} \
|
||||
-DENABLE_MINIBROWSER=ON \
|
||||
-DPYTHON_EXECUTABLE=`which python` \
|
||||
-DPYTHON_EXECUTABLE=`which python3` \
|
||||
"
|
||||
|
||||
# Javascript JIT is not supported on ARC
|
||||
|
||||
Reference in New Issue
Block a user