Browse Source

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

stable/0.2
Christian Wiese 13 years ago
parent
commit
2f1514af45
1 changed files with 5 additions and 0 deletions
  1. +5
    -0
      gnome2/gthumb/gthumb.conf

+ 5
- 0
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