Fix texlive installation error
[hvlinux.git] / stage5 / pkg / gnash
index 912e4e9..b71ca0d 100644 (file)
@@ -5,10 +5,12 @@ hvconfig_pre()
     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
 }