# HG changeset patch # User John Donoghue # Date 1376171472 14400 # Node ID bd448790503178b559b6b4a6c868d6c94d846602 # Parent 1cbee4743e974bfbed8725cdabb7630840621782 Update makefile.in for pkg-config name in cross compile * ./makefile.in: change from compile pkg-config name from $(MXE_TOOL_PREFIX)pkg-config to pkg-config (which is what gets installed) diff -r 1cbee4743e97 -r bd4487905031 Makefile.in --- a/Makefile.in Sat Aug 10 16:10:01 2013 -0400 +++ b/Makefile.in Sat Aug 10 17:51:12 2013 -0400 @@ -235,7 +235,7 @@ else MXE_WINDRES := true endif - MXE_PKG_CONFIG := '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)pkg-config' + MXE_PKG_CONFIG := '$(BUILD_TOOLS_PREFIX)/bin/pkg-config' MXE_QMAKE := '$(BUILD_TOOLS_PREFIX)/bin/$(MXE_TOOL_PREFIX)qmake' endif