File: python3-embed

package info (click to toggle)
crossfire 1.75.0-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 23,904 kB
  • sloc: ansic: 83,200; sh: 4,659; perl: 1,736; lex: 1,443; makefile: 1,198; python: 43
file content (13 lines) | stat: -rw-r--r-- 659 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: crossfire-1.75.0/configure.ac
===================================================================
--- crossfire-1.75.0.orig/configure.ac	2021-01-24 03:24:52.048029489 +0200
+++ crossfire-1.75.0/configure.ac	2021-01-24 03:25:09.471437194 +0200
@@ -122,7 +122,7 @@
 dnl Plugin configuration
 dnl############################################
 AM_CONDITIONAL(HAVE_LIBDL, test "$cf_have_libdl" = "yes")
-    PKG_CHECK_MODULES([PYTHON], [python3],
+    PKG_CHECK_MODULES([PYTHON], [python3-embed],
                       [PLUGIN_PYTHON="cfpython.la"]
                           [cf_will_build_python="yes"],
 			    [PKG_CHECK_MODULES([PYTHON], [python-2.7],