summaryrefslogtreecommitdiffstats
path: root/gtk
diff options
context:
space:
mode:
authorkonablend <[email protected]>2009-03-01 20:29:06 +0000
committerkonablend <[email protected]>2009-03-01 20:29:06 +0000
commitdc202093832299fb42383b18e0da795c398aeecf (patch)
tree89913bbc3f8e11bf496934a908509ecc228d66a8 /gtk
parent883b33c821d547afc1482bf19d6c496949599683 (diff)
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
Diffstat (limited to 'gtk')
-rw-r--r--gtk/module.rules5
1 files changed, 3 insertions, 2 deletions
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)