[ekiga] [windows] Update test for gconf during building
- From: Eugen Dedu <ededu src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ekiga] [windows] Update test for gconf during building
- Date: Thu, 1 Mar 2012 12:15:17 +0000 (UTC)
commit 73a0a169ab2f5e436cb0e782eb54cb00dbccbf7f
Author: Eugen Dedu <Eugen Dedu pu-pm univ-fcomte fr>
Date: Thu Mar 1 13:14:38 2012 +0100
[windows] Update test for gconf during building
win32/Makefile | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/win32/Makefile b/win32/Makefile
index f08edb2..50ac613 100644
--- a/win32/Makefile
+++ b/win32/Makefile
@@ -296,7 +296,7 @@ binaries:
hash $(REALCC) $(REALCXX) $(LD) $(NM) $(AR) $(RANLIB) $(DLLTOOL) $(DLLWRAP) $(OBJDUMP) $(RC) $(AS)||(echo You need to install mingw-w64 or mingw32; exit 1)
hash tar unzip zip xz wget aclocal autoheader libtoolize automake autoconf pkg-config gnome-autogen.sh bison gdk-pixbuf-csource || (echo we need more binaries ; exit 1)
[ -f /usr/share/gnome-doc-utils/gnome-doc-utils.make ] || (echo gnome-doc-tools not installed; exit 1)
- [ -f /usr/lib/pkgconfig/gconf-2.0.pc ] || (echo libgconf2-dev not installed; exit 1)
+ [ -f /usr/lib/`dpkg-architecture -qDEB_HOST_MULTIARCH`/pkgconfig/gconf-2.0.pc -o /usr/lib/pkgconfig/gconf-2.0.pc ] || (echo libgconf2-dev not installed; exit 1)
hash makensis || (echo nsis not installed; exit 1)
hash xmlto || (echo xmlto not installed; exit 1)
hash yasm || (echo yasm not installed, mandatory for x264; exit 1)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]