|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. |
|
|
|
|
# |
|
|
|
|
# Filename: package/.../gnash/gnash.conf |
|
|
|
|
# Copyright (C) 2008 The OpenSDE Project |
|
|
|
|
# Copyright (C) 2006 The T2 SDE Project |
|
|
|
|
# |
|
|
|
|
# More information can be found in the files COPYING and README. |
|
|
|
@ -22,14 +23,3 @@ var_append makeopt " " "LIBXML_LIBS='-lxml2 -lz -lm'"
|
|
|
|
|
# other plugins |
|
|
|
|
pkginstalled konqueror && var_append extraconfopt ' ' "--enable-klash" |
|
|
|
|
pkginstalled gtk+ && var_append extraconfopt ' ' "--enable-gtkplug" |
|
|
|
|
|
|
|
|
|
# FIXME: more options to consider maybe: |
|
|
|
|
# --enable-sdk-install |
|
|
|
|
|
|
|
|
|
# install hint for mozplugger setup |
|
|
|
|
gnash_pm() { |
|
|
|
|
mkdir -p $root/$docdir/gnash/mozplugger/ |
|
|
|
|
cp -av plugin/mozplugger/* $root/$docdir/gnash/mozplugger/ |
|
|
|
|
} |
|
|
|
|
hook_add postmake 5 "gnash_pm" |
|
|
|
|
|
|
|
|
|