From dc202093832299fb42383b18e0da795c398aeecf Mon Sep 17 00:00:00 2001 From: konablend Date: Sun, 1 Mar 2009 20:29:06 +0000 Subject: BuildSystem: - added configure --prefix to specify an install location - propagated prefix to gtk's aggregated build - value is exposed to make as two variables, use either depending on if ending slash is desired $(INSTALL.prefix) $(INSTALL.prefix/) git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2185 b64f7644-9d1e-0410-96f1-a4d463321fa5 --- gtk/module.rules | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'gtk/module.rules') diff --git a/gtk/module.rules b/gtk/module.rules index 215c8776e..6c197199d 100644 --- a/gtk/module.rules +++ b/gtk/module.rules @@ -12,8 +12,9 @@ $(GTK.CONFIGURE.stamp): | $(dir $(GTK.CONFIGURE.stamp)) set -e; cd $(GTK.src/); NOCONFIGURE=1 ./autogen.sh set -e; cd $(GTK.build/); $(call fn.ABSOLUTE,$(GTK.src/))configure \ CFLAGS="$(call fn.ARGS,GTK.GCC,.g .O)" \ - LDFLAGS="$(call fn.ARGS,GTK.GCC,?strip .g .O)" \ - --with-hb=$(call fn.ABSOLUTE,$(BUILD/)) + LDFLAGS="$(call fn.ARGS,GTK.GCC,?strip .g .O)" \ + --prefix=$(INSTALL.prefix) \ + --with-hb=$(call fn.ABSOLUTE,$(BUILD/)) $(TOUCH.exe) $@ $(GTK.BUILD.stamp): $(LIBHB.a) -- cgit v1.2.3