From: Michael S. Zick <minimod@morethan.org>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Xorg and Tslib
Date: Fri, 23 Dec 2011 16:37:55 -0600 [thread overview]
Message-ID: <201112231637.59428.minimod@morethan.org> (raw)
In-Reply-To: <CAKm6Z3UVRFhfa68gRWXu0Oj1UD0vGh6T0p93uL8C=r2xt_ijgQ@mail.gmail.com>
On Fri December 23 2011, Sergio Prado wrote:
>
Pardon a small bit of nit-picking...
> Sorry, I forgot to send it in rich text format. Here is the patch again:
>
Plain text works best for patches.
> ---
> package/x11r7/Config.in | 1 +
> package/x11r7/xdriver_xf86-input-tslib/Config.in | 8 ++++++++
> .../xdriver_xf86-input-tslib.mk | 13 +++++++++++++
> 3 files changed, 22 insertions(+), 0 deletions(-)
> create mode 100644 package/x11r7/xdriver_xf86-input-tslib/Config.in
> create mode 100644 package/x11r7/xdriver_xf86-input-tslib/
> xdriver_xf86-input-tslib.mk
>
> diff --git a/package/x11r7/Config.in b/package/x11r7/Config.in
> index 50816f2..af55939 100644
> --- a/package/x11r7/Config.in
> +++ b/package/x11r7/Config.in
> @@ -176,6 +176,7 @@ endmenu
> source package/x11r7/xdriver_xf86-input-synaptics/Config.in
> source package/x11r7/xdriver_xf86-input-vmmouse/Config.in
> source package/x11r7/xdriver_xf86-input-void/Config.in
> + source package/x11r7/xdriver_xf86-input-tslib/Config.in
T before V
Mike
> source package/x11r7/xdriver_xf86-video-apm/Config.in
> source package/x11r7/xdriver_xf86-video-ark/Config.in
> source package/x11r7/xdriver_xf86-video-ast/Config.in
> diff --git a/package/x11r7/xdriver_xf86-input-tslib/Config.in
> b/package/x11r7/xdriver_xf86-input-tslib/Config.in
> new file mode 100644
> index 0000000..4c3f719
> --- /dev/null
> +++ b/package/x11r7/xdriver_xf86-input-tslib/Config.in
> @@ -0,0 +1,8 @@
> +config BR2_PACKAGE_XDRIVER_XF86_INPUT_TSLIB
> + bool "xf86-input-tslib"
> + select BR2_PACKAGE_XPROTO_INPUTPROTO
> + select BR2_PACKAGE_XSERVER_XORG_SERVER
> + select BR2_PACKAGE_XPROTO_RANDRPROTO
> + select BR2_PACKAGE_XPROTO_XPROTO
> + help
> + Touch screen library input driver
> diff --git a/package/x11r7/xdriver_xf86-input-tslib/
> xdriver_xf86-input-tslib.mk b/package/x11r7/xdriver_xf86-input-tslib/
> xdriver_xf86-input-tslib.mk
> new file mode 100644
> index 0000000..b6455e7
> --- /dev/null
> +++ b/package/x11r7/xdriver_xf86-input-tslib/xdriver_xf86-input-tslib.mk
> @@ -0,0 +1,13 @@
> +################################################################################
> +#
> +# xdriver_xf86-input-tslib -- Touch screen library input driver
> +#
> +################################################################################
> +
> +XDRIVER_XF86_INPUT_TSLIB_VERSION = 0.0.6
> +XDRIVER_XF86_INPUT_TSLIB_SOURCE =
> xf86-input-tslib_$(XDRIVER_XF86_INPUT_TSLIB_VERSION).orig.tar.gz
> +XDRIVER_XF86_INPUT_TSLIB_SITE =
> http://ftp.de.debian.org/debian/pool/main/x/xf86-input-tslib/
> +XDRIVER_XF86_INPUT_TSLIB_AUTORECONF = NO
> +XDRIVER_XF86_INPUT_TSLIB_DEPENDENCIES = xproto_inputproto
> xserver_xorg-server xproto_randrproto xproto_xproto
> +
> +$(eval $(call AUTOTARGETS,package/x11r7,xdriver_xf86-input-tslib))
next prev parent reply other threads:[~2011-12-23 22:37 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-23 22:02 [Buildroot] [PATCH] Xorg and Tslib Sergio Prado
2011-12-23 22:07 ` Sergio Prado
2011-12-23 22:37 ` Michael S. Zick [this message]
2011-12-24 1:32 ` Sergio Prado
2011-12-24 9:38 ` Thomas Petazzoni
2011-12-24 9:50 ` [Buildroot] Thank You Stephan Hoffmann
2011-12-24 9:54 ` Bryan Hundven
2011-12-24 10:19 ` Thomas Petazzoni
2011-12-24 14:41 ` Thomas De Schampheleire
2011-12-24 19:08 ` Yegor Yefremov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=201112231637.59428.minimod@morethan.org \
--to=minimod@morethan.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox