diff options
author | jstebbins <[email protected]> | 2009-03-03 18:09:17 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2009-03-03 18:09:17 +0000 |
commit | df20c24f9308bea08a200bc59269a724737b92da (patch) | |
tree | 6a428273ee7ce966b51ab2edff2f3e625fc3a8d5 /gtk/module.rules | |
parent | 5fa5adbad9989eb4fa495c5737fad06ed3f925c0 (diff) |
LinGui:
- fix picture preview scaling problem
- change how contrib libs are referenced in gtk build system
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@2211 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/module.rules')
-rw-r--r-- | gtk/module.rules | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/module.rules b/gtk/module.rules index 8cea29f37..47ab36302 100644 --- a/gtk/module.rules +++ b/gtk/module.rules @@ -10,6 +10,7 @@ gtk.configure: $(GTK.CONFIGURE.stamp) $(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 \ + PKG_CONFIG_DIR=$(BUILD/)contrib/lib/pkgconfig \ CFLAGS="$(call fn.ARGS,GTK.GCC,.g .O)" \ LDFLAGS="$(call fn.ARGS,GTK.GCC,?strip .g .O)" \ --prefix=$(INSTALL.prefix) \ |