Browse Source

gthumb: improved to use libopenraw instead of dcraw if libopenraw is available

stable/0.2
Christian Wiese 14 years ago
parent
commit
2f1514af45
  1. 5
      gnome2/gthumb/gthumb.conf

5
gnome2/gthumb/gthumb.conf

@ -13,3 +13,8 @@
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 9 "autoreconf -vf -I $( pkgprefix -r datadir gconf )/aclocal"
# use libopenraw instead of dcraw
if pkginstalled -f libopenraw; then
var_append extraconfopt ' ' "--enable-libopenraw"
fi

Loading…
Cancel
Save