* [Buildroot] [pull request] Pull request for branch ep93xx-directfb
@ 2011-02-08 7:46 Thomas Petazzoni
2011-02-08 7:46 ` [Buildroot] [PATCH 1/1] Add support for DirectFB EP9x driver Thomas Petazzoni
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-02-08 7:46 UTC (permalink / raw)
To: buildroot
The following changes since commit c761eafb021c2beaf52b2d1a383433deac5fc2b4:
Thomas Petazzoni (1):
openssl: pass LDFLAGS to fix incorrect link
are available in the git repository at:
git://git.busybox.net/~tpetazzoni/git/buildroot ep93xx-directfb
Thomas Petazzoni (1):
Add support for DirectFB EP9x driver
package/directfb/Config.in | 4 ++++
package/directfb/directfb.mk | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
Thanks,
--
Thomas Petazzoni
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] Add support for DirectFB EP9x driver
2011-02-08 7:46 [Buildroot] [pull request] Pull request for branch ep93xx-directfb Thomas Petazzoni
@ 2011-02-08 7:46 ` Thomas Petazzoni
2011-02-08 14:44 ` Peter Korsgaard
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2011-02-08 7:46 UTC (permalink / raw)
To: buildroot
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
package/directfb/Config.in | 4 ++++
package/directfb/directfb.mk | 3 ++-
2 files changed, 6 insertions(+), 1 deletions(-)
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 1dedb8f..47f9fea 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -49,6 +49,10 @@ config BR2_PACKAGE_DIRECTFB_PXA3XX
bool "compile pxa3xx graphics driver"
depends on BR2_arm
+config BR2_PACKAGE_DIRECTFB_EP9X
+ bool "compile ep9x graphics driver"
+ depends on BR2_arm
+
config BR2_PACKAGE_DIRECTFB_UNICHROME
bool "compile unichrome graphics driver"
default y
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index ca0f8e4..36b1c0a 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -60,7 +60,8 @@ DIRECTFB_GFX := \
$(if $(BR2_PACKAGE_DIRECTFB_MATROX),matrox) \
$(if $(BR2_PACKAGE_DIRECTFB_PXA3XX),pxa3xx) \
$(if $(BR2_PACKAGE_DIRECTFB_UNICHROME),unichrome) \
- $(if $(BR2_PACKAGE_DIRECTFB_I830),i830)
+ $(if $(BR2_PACKAGE_DIRECTFB_I830),i830) \
+ $(if $(BR2_PACKAGE_DIRECTFB_EP9X),ep9x)
ifeq ($(strip $(DIRECTFB_GFX)),)
DIRECTFB_GFX:=none
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] Add support for DirectFB EP9x driver
2011-02-08 7:46 ` [Buildroot] [PATCH 1/1] Add support for DirectFB EP9x driver Thomas Petazzoni
@ 2011-02-08 14:44 ` Peter Korsgaard
0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2011-02-08 14:44 UTC (permalink / raw)
To: buildroot
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:
Thomas> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-02-08 14:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-08 7:46 [Buildroot] [pull request] Pull request for branch ep93xx-directfb Thomas Petazzoni
2011-02-08 7:46 ` [Buildroot] [PATCH 1/1] Add support for DirectFB EP9x driver Thomas Petazzoni
2011-02-08 14:44 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox