add liboil check, dts uses it
Original commit message from CVS: add liboil check, dts uses it
This commit is contained in:
parent
99d8cf0d15
commit
a9bcba6b2c
@ -150,6 +150,12 @@ dnl *** checks for dependancy libraries ***
|
|||||||
dnl GLib is required
|
dnl GLib is required
|
||||||
GST_GLIB_CHECK([2.6])
|
GST_GLIB_CHECK([2.6])
|
||||||
|
|
||||||
|
dnl liboil is required
|
||||||
|
PKG_CHECK_MODULES(LIBOIL, liboil-0.3 >= 0.3.2, HAVE_LIBOIL=yes, HAVE_LIBOIL=no)
|
||||||
|
if test "x${HAVE_LIBOIL}" != xyes ; then
|
||||||
|
AC_ERROR([liboil-0.3 is required])
|
||||||
|
fi
|
||||||
|
|
||||||
dnl checks for gstreamer
|
dnl checks for gstreamer
|
||||||
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
dnl uninstalled is selected preferentially -- see pkg-config(1)
|
||||||
GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
|
GST_CHECK_GST($GST_MAJORMINOR, [$GST_REQ])
|
||||||
|
Loading…
x
Reference in New Issue
Block a user