[Lunar-commits] <moonbase> gdk-pixbuf: fix BUILD
Auke Kok
sofar at foo-projects.org
Thu Nov 18 17:58:59 CET 2010
commit cd3176b66be8a3329dd71fff85356e3854b3901c
Author: Guillaume <sirocco at gmx.fr>
Date: Thu Nov 18 17:58:59 2010 +0100
gdk-pixbuf: fix BUILD
Hi, I do not understand how openssl is related with jasper. Correct me if I'm wrong.
I changed openssl to jasper and the module linned for me ... I don't have jasper
Guillaume
---
gnome2/platform/gdk-pixbuf/BUILD | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/gnome2/platform/gdk-pixbuf/BUILD b/gnome2/platform/gdk-pixbuf/BUILD
index 4a6180e..00e8b56 100644
--- a/gnome2/platform/gdk-pixbuf/BUILD
+++ b/gnome2/platform/gdk-pixbuf/BUILD
@@ -1,6 +1,6 @@
(
- if module_installed openssl ; then
+ if module_installed jasper ; then
OPTS="$OPTS --with-libjasper --with-included-loaders=png "
fi &&
More information about the Lunar-commits
mailing list