You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-games/tiled/files/tiled-1.4.3-python-38.patch

15 lines
479 B

--- 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