must use PKG_PROG_PKG_CONFIG before PKG_CHECK_MODULES; fixes configure for Unicode wxX11 build
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42123 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -3206,6 +3206,8 @@ libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_DFB" = 1; then
|
if test "$wxUSE_DFB" = 1; then
|
||||||
|
PKG_PROG_PKG_CONFIG()
|
||||||
|
|
||||||
PKG_CHECK_MODULES(DIRECTFB,
|
PKG_CHECK_MODULES(DIRECTFB,
|
||||||
[directfb >= 0.9.22],
|
[directfb >= 0.9.22],
|
||||||
[
|
[
|
||||||
@@ -3282,6 +3284,8 @@ libraries returned by 'pkg-config gtk+-2.0 --libs' or 'gtk-config
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if test "$wxUSE_UNICODE" = "yes"; then
|
if test "$wxUSE_UNICODE" = "yes"; then
|
||||||
|
PKG_PROG_PKG_CONFIG()
|
||||||
|
|
||||||
PKG_CHECK_MODULES(PANGOX, pangox,
|
PKG_CHECK_MODULES(PANGOX, pangox,
|
||||||
[
|
[
|
||||||
CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
|
CXXFLAGS="$PANGOX_CFLAGS $CXXFLAGS"
|
||||||
|
Reference in New Issue
Block a user