[Scummvm-git-logs] scummvm master -> 693ebf2ec30b9a93331ed951f991fb6c91c32691

lephilousophe noreply at scummvm.org
Sun Mar 12 16:37:22 UTC 2023


This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .

Summary:
693ebf2ec3 PSP: Use toolchain provided pkg-config


Commit: 693ebf2ec30b9a93331ed951f991fb6c91c32691
    https://github.com/scummvm/scummvm/commit/693ebf2ec30b9a93331ed951f991fb6c91c32691
Author: Le Philousophe (lephilousophe at users.noreply.github.com)
Date: 2023-03-12T17:37:02+01:00

Commit Message:
PSP: Use toolchain provided pkg-config

Changed paths:
    configure


diff --git a/configure b/configure
index 4ce806a58b8..bdac379960b 100755
--- a/configure
+++ b/configure
@@ -3245,9 +3245,6 @@ EOF
 	psp)
 		_optimization_level=-O2
 		_freetypepath="$PSPDEV/psp/bin"
-		if test -z "$PKG_CONFIG_LIBDIR"; then
-			PKG_CONFIG_LIBDIR="$PSPDEV/psp/lib/pkgconfig"
-		fi
 		append_var CXXFLAGS "-I$PSPSDK/include"
 		# FIXME: Why is the following in CXXFLAGS and not in DEFINES? Change or document this.
 		append_var CXXFLAGS "-D_PSP_FW_VERSION=150"
@@ -3854,6 +3851,7 @@ if test -n "$_host"; then
 			_build_aspect=no
 			_mt32emu=no
 			_port_mk="backends/platform/psp/psp.mk"
+			_pkgconfig="${PSPDEV}/bin/psp-pkg-config"
 			;;
 		tvos)
 			add_line_to_config_mk 'IPHONE = 1'




More information about the Scummvm-git-logs mailing list