mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-17 11:45:25 +00:00
configure: Call $PKG_CONFIG instead of pkg-config to fix cross compilation
This commit is contained in:
parent
0922dbc22e
commit
e9990ea6bb
1 changed files with 1 additions and 1 deletions
|
@ -587,7 +587,7 @@ dnl *** dc1394 ***
|
||||||
translit(dnm, m, l) AM_CONDITIONAL(USE_DC1394, true)
|
translit(dnm, m, l) AM_CONDITIONAL(USE_DC1394, true)
|
||||||
AG_GST_CHECK_FEATURE(DC1394, [libdc1394], dc1394, [
|
AG_GST_CHECK_FEATURE(DC1394, [libdc1394], dc1394, [
|
||||||
PKG_CHECK_MODULES(LIBDC1394, libdc1394-2 >= 2.0.0, [
|
PKG_CHECK_MODULES(LIBDC1394, libdc1394-2 >= 2.0.0, [
|
||||||
if test -z "`pkg-config --modversion libdc1394-2 | grep 2.0.0-rc`"; then
|
if test -z "`$PKG_CONFIG --modversion libdc1394-2 | grep 2.0.0-rc`"; then
|
||||||
HAVE_DC1394="yes"
|
HAVE_DC1394="yes"
|
||||||
else
|
else
|
||||||
HAVE_DC1394="no"
|
HAVE_DC1394="no"
|
||||||
|
|
Loading…
Reference in a new issue