From 67908f101ddab4194a58924994d42e3d0165ec89 Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Thu, 6 Jan 2011 15:23:07 +0000 Subject: Remove the unwanted dependency upon webkit --- handbrake/build/handbrake.SlackBuild | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'handbrake') diff --git a/handbrake/build/handbrake.SlackBuild b/handbrake/build/handbrake.SlackBuild index 42f862dd..b6e59663 100755 --- a/handbrake/build/handbrake.SlackBuild +++ b/handbrake/build/handbrake.SlackBuild @@ -295,9 +295,13 @@ done sed -i 's/-ltheora/-ltheora -ltheoraenc -ltheoradec/' gtk/src/Makefile.am # This will build the commandline and GTK programs -# - note: this compilation will download many dependency lbraries +# - note: this compilation will download missing dependency lbraries # and compile then statically into the application. -./configure --prefix=/usr --launch --launch-jobs=0 +./configure \ + --prefix=/usr \ + --disable-gtk-update-checks \ + --launch --launch-jobs=0 \ + 2>&1 | tee $OUTPUT/configure-${PRGNAM}.log make 2>&1 | tee $OUTPUT/make-${PRGNAM}.log # Install the GTK gui and commandline client: -- cgit v1.2.3