Upgrade to vte-0.38.2
[hvlinux.git] / stage5 / pkg / gnash
index 912e4e9..c3d8294 100644 (file)
@@ -2,13 +2,14 @@
 
 hvconfig_pre()
 {
-    CONFIGURE_OPTS=" \
-        ${CONFIGURE_OPTS} \
+    CONFIGURE_OPTS+=" \
         --enable-gui=gtk \
-        --enable-renderer=cairo"
+        --enable-media=gst \
+        --enable-renderer=cairo,agg \
+        --with-npapi-plugindir=/usr/lib/mozilla/plugins"
 }
 
-hvconfig_post()
+hvbuild_post()
 {
-    install -m 755 plugin/.libs/libgnashplugin.so /usr/lib/firefox/plugins
+    make install-plugin
 }