brasero r815 - trunk
- From: philippr svn gnome org
- To: svn-commits-list gnome org
- Subject: brasero r815 - trunk
- Date: Mon, 12 May 2008 15:29:08 +0100 (BST)
Author: philippr
Date: Mon May 12 14:29:08 2008
New Revision: 815
URL: http://svn.gnome.org/viewvc/brasero?rev=815&view=rev
Log:
Fix #519339 â [libburnia] Doesn\'t build with libisofs 0.6.2 and wrong pkg-config filename for libburn
* configure.in:
Modified:
trunk/ChangeLog
trunk/configure.in
Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in (original)
+++ trunk/configure.in Mon May 12 14:29:08 2008
@@ -153,7 +153,7 @@
[enable_libburnia="yes"])
if test x"$enable_libburnia" = "xyes"; then
- PKG_CHECK_MODULES(LIBBURNIA, libburn-5 >= $LIBBURN_REQUIRED libisofs-1 >= $LIBISOFS_REQUIRED, build_libburnia=yes, build_libburnia=no)
+ PKG_CHECK_MODULES(LIBBURNIA, libburn-1 >= $LIBBURN_REQUIRED libisofs-1 >= $LIBISOFS_REQUIRED, build_libburnia=yes, build_libburnia=no)
else
build_libburnia="no"
fi
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]