[Xorg-driver-geode] [PATCH 0/3] Conditionally build the ZTV driver
Martin-Éric Racine
martin-eric.racine at iki.fi
Wed Nov 16 13:07:28 PST 2011
I really would avoid moving the driver to its own directory. Other
than that, these patches look promising. :)
2011/11/16 Gaetan Nadon <memsize at videotron.ca>:
> This patch series detect the presence of Video For Linux which is a pre-requisite
> to the ztv driver. It also provides a configure option to allow distro builder
> to not build ztv at all if they so wish.
>
> A rule of thumb is to build one target per makefile which makes thing much simpler
> to discover and is less error prone. The ztv driver was built with a good number
> of include directives and macro definition which are not required. There are still more to fix.
>
> This patch series is motivated by more platforms such as FreeBSD and OpenBSD.
>
> Gaetan Nadon (3):
> Move ztv driver to it's own directory
> Add conditional build for ztv
> Add a configure option to enable/disable building the ztv driver
>
> Makefile.am | 3 ++-
> configure.ac | 22 ++++++++++++++++++++++
> src/Makefile.am | 8 --------
> ztv/Makefile.am | 19 +++++++++++++++++++
> {src => ztv}/z4l.c | 0
> 5 files changed, 43 insertions(+), 9 deletions(-)
> create mode 100644 ztv/Makefile.am
> rename {src => ztv}/z4l.c (100%)
>
> --
> 1.7.4.1
>
> _______________________________________________
> Xorg-driver-geode mailing list
> Xorg-driver-geode at lists.x.org
> http://lists.x.org/mailman/listinfo/xorg-driver-geode
>
More information about the Xorg-driver-geode
mailing list