summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-games/tiled/files/tiled-1.4.3-python-38.patch')
-rw-r--r--dev-games/tiled/files/tiled-1.4.3-python-38.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/dev-games/tiled/files/tiled-1.4.3-python-38.patch b/dev-games/tiled/files/tiled-1.4.3-python-38.patch
new file mode 100644
index 000000000000..5515fa8fff2f
--- /dev/null
+++ b/dev-games/tiled/files/tiled-1.4.3-python-38.patch
@@ -0,0 +1,14 @@
+--- a/src/plugins/python/find_python.pri
++++ b/src/plugins/python/find_python.pri
+@@ -1,6 +1,10 @@
+ !contains(DISABLE_PYTHON_PLUGIN, yes) {
+ unix {
+- packagesExist(python3) {
++ packagesExist(python3-embed) {
++ HAVE_PYTHON = yes
++ CONFIG += link_pkgconfig
++ PKGCONFIG += python3-embed
++ } else:packagesExist(python3) {
+ HAVE_PYTHON = yes
+ CONFIG += link_pkgconfig
+ PKGCONFIG += python3