[Lunar-commits] <moonbase> fbv: new module for fbterm background support
Auke Kok
auke at foo-projects.org
Fri Jul 8 04:16:07 CEST 2011
On 07/06/2011 07:10 AM, Christian Krause wrote:
> commit f71802bde0344befae6e33197e2d364b920e70de
> Author: Christian Krause<wookietreiber at lunar-linux.org>
> Date: Wed Jul 6 16:10:09 2011 +0200
>
> fbv: new module for fbterm background support
> ---
> zbeta/fbv/BUILD | 11 +++++++++++
> zbeta/fbv/DEPENDS | 2 ++
> zbeta/fbv/DETAILS | 15 +++++++++++++++
> 3 files changed, 28 insertions(+), 0 deletions(-)
>
> diff --git a/zbeta/fbv/BUILD b/zbeta/fbv/BUILD
> new file mode 100644
> index 0000000..19cef10
> --- /dev/null
> +++ b/zbeta/fbv/BUILD
> @@ -0,0 +1,11 @@
> +(
> +
> + ./configure --prefix=$MODULE_PREFIX \
> + --infodir=$MODULE_PREFIX/share/info \
> + --mandir=$MODULE_PREFIX/share/man \
> + --without-libungif \
> + $OPTS
> +
> + default_make
why not:
OPTS+=" --without-libunfig" &&
default_build
but, then again, why not
optional_depends libungif "" "--without-libungif" ""
instead, entirely replacing 10 lines with 1?
Auke
> +
> +)> $C_FIFO 2>&1
> diff --git a/zbeta/fbv/DEPENDS b/zbeta/fbv/DEPENDS
> new file mode 100644
> index 0000000..121d0d3
> --- /dev/null
> +++ b/zbeta/fbv/DEPENDS
> @@ -0,0 +1,2 @@
> +optional_depends "%JPEG" "" "--without-libjpeg" "for jpeg support"
> +optional_depends "libpng" "" "--without-libpng" "for png support"
...
More information about the Lunar-dev
mailing list