From: Ormund Williams <ormundw@panix.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH] Add i830 graphics driver to DirectFB
Date: Wed, 23 Sep 2009 21:13:52 -0400 [thread overview]
Message-ID: <1253754832.451.92.camel@station1.ormlab.com> (raw)
package/directfb/Config.in | 6 ++++++
package/directfb/directfb.mk | 3 +++
2 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 487faf4..8f4beb8 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -61,6 +61,12 @@ config BR2_PACKAGE_DIRECTFB_UNICHROME
depends on BR2_PACKAGE_DIRECTFB
depends on BR2_i386 || BR2_x86_64
+config BR2_PACKAGE_DIRECTFB_I830
+ bool "compile i830 graphics driver"
+ default n
+ depends on BR2_PACKAGE_DIRECTFB
+ depends on BR2_i386 || BR2_x86_64
+
config BR2_PACKAGE_DIRECTFB_LINUXINPUT
bool "compile /dev/input/eventX input driver"
default y
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index 4212a4a..409f791 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -63,6 +63,9 @@ endif
ifeq ($(BR2_PACKAGE_DIRECTFB_UNICHROME),y)
DIRECTFB_GFX+= unichrome
endif
+ifeq ($(BR2_PACKAGE_DIRECTFB_I830),y)
+DIRECTFB_GFX+= i830
+endif
ifeq ($(DIRECTFB_GFX),)
DIRECTFB_GFX:=none
else
--
1.5.6.5
_____________________________________________________
Does this look right?
--
Ormund Williams
OrmLab LLC
next reply other threads:[~2009-09-24 1:13 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-24 1:13 Ormund Williams [this message]
2009-09-24 10:23 ` [Buildroot] [PATCH] Add i830 graphics driver to DirectFB Peter Korsgaard
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=1253754832.451.92.camel@station1.ormlab.com \
--to=ormundw@panix.com \
--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