Ajout support pour archives xz, et ajout fonction pour vérifier qu'on est bien l...
[hvlinux.git] / stage5 / pkg / gnash
index 971baa8..912e4e9 100644 (file)
@@ -4,7 +4,8 @@ hvconfig_pre()
 {
     CONFIGURE_OPTS=" \
         ${CONFIGURE_OPTS} \
-        --enable-gui=gtk"
+        --enable-gui=gtk \
+        --enable-renderer=cairo"
 }
 
 hvconfig_post()