All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ormund Williams <ormundw@panix.com>
To: buildroot@busybox.net
Subject: [Buildroot] Enable i830 graphics driver for DirectFB
Date: Wed, 23 Sep 2009 01:06:59 -0400	[thread overview]
Message-ID: <1253682420.451.64.camel@station1.ormlab.com> (raw)

I'm still learning to use git, so if anyone can turn these diffs into a
real patch I would appreciate it.


--- Config.in.old 2009-09-22 17:26:45.000000000 -0400
+++ Config.in     2009-09-22 14:37:28.000000000 -0400
@@ -61,6 +61,12 @@
 	depends on BR2_PACKAGE_DIRECTFB
 	depends on BR2_i386 || BR2_x86_64
 
+config BR2_PACKAGE_DIRECTFB_I830
+	bool "compile i830 graphics driver"
+	default y
+	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


--- directfb.mk.old 2009-09-22 17:27:16.000000000 -0400
+++ directfb.mk	2009-09-22 14:40:47.000000000 -0400
@@ -63,6 +63,9 @@
 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

-- 
Ormund Williams
OrmLab LLC

             reply	other threads:[~2009-09-23  5:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-09-23  5:06 Ormund Williams [this message]
2009-09-23  7:24 ` [Buildroot] Enable i830 graphics driver for 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=1253682420.451.64.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.