Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: llandwerlin at gmail.com <llandwerlin@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 4/6] directfb: added directfb tests installation option
Date: Fri, 30 Apr 2010 02:58:47 +0200	[thread overview]
Message-ID: <1272589129-21443-5-git-send-email-llandwerlin@gmail.com> (raw)
In-Reply-To: <1272589129-21443-1-git-send-email-llandwerlin@gmail.com>

From: Lionel Landwerlin <llandwerlin@gmail.com>

Signed-off-by: Lionel Landwerlin <llandwerlin@gmail.com>
---
 package/directfb/Config.in   |    3 +++
 package/directfb/directfb.mk |    9 ++++++++-
 2 files changed, 11 insertions(+), 1 deletions(-)

diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index 8e00f14..c4e920d 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -102,4 +102,7 @@ config BR2_PACKAGE_DIRECTB_DITHER_RGB16
 	  Enable dithering when loading images to RGB16 surfaces.
 	  This increases the data section by 64 KBytes.
 
+config BR2_PACKAGE_DIRECTB_TESTS
+	bool "build directfb tests"
+
 endif # BR2_PACKAGE_DIRECTFB
diff --git a/package/directfb/directfb.mk b/package/directfb/directfb.mk
index a065a22..9b1cecf 100644
--- a/package/directfb/directfb.mk
+++ b/package/directfb/directfb.mk
@@ -126,6 +126,12 @@ else
 DIRECTFB_DITHER_RGB16:=--with-dither-rgb16=none
 endif
 
+ifeq ($(BR2_PACKAGE_DIRECTB_TESTS),y)
+DIRECTFB_TESTS:=--with-tests
+else
+DIRECTFB_TESTS:=
+endif
+
 DIRECTFB_CONF_OPT = \
 	--localstatedir=/var \
 	--with-gfxdrivers=$(DIRECTFB_GFX) \
@@ -151,7 +157,8 @@ DIRECTFB_CONF_OPT = \
 	--disable-sdl \
 	--disable-vnc \
 	--disable-video4linux \
-	--disable-video4linux2
+	--disable-video4linux2 \
+	$(DIRECTFB_TESTS)
 
 DIRECTFB_DEPENDENCIES = $(DIRECTFB_DEP) freetype $(DIRECTFB_FUSION)
 
-- 
1.7.0.4

  parent reply	other threads:[~2010-04-30  0:58 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-30  0:58 [Buildroot] [pull request] directfb/linux-fusion bumps + lirc integration llandwerlin at gmail.com
2010-04-30  0:58 ` [Buildroot] [PATCH 1/6] directfb: bump to 1.4.3 llandwerlin at gmail.com
2010-05-03  7:25   ` Peter Korsgaard
2010-04-30  0:58 ` [Buildroot] [PATCH 2/6] package: added lirc llandwerlin at gmail.com
2010-05-03  7:24   ` Peter Korsgaard
2010-04-30  0:58 ` [Buildroot] [PATCH 3/6] directfb: added support for lirc llandwerlin at gmail.com
2010-04-30  0:58 ` llandwerlin at gmail.com [this message]
2010-05-03  7:34   ` [Buildroot] [PATCH 4/6] directfb: added directfb tests installation option Peter Korsgaard
2010-04-30  0:58 ` [Buildroot] [PATCH 5/6] directfb: drop forced linux-fusion with multiapp llandwerlin at gmail.com
2010-04-30  0:58 ` [Buildroot] [PATCH 6/6] linux-fusion: bump to 8.1.1 llandwerlin at gmail.com
2010-05-03  7:34   ` Peter Korsgaard
2010-05-01 11:15 ` [Buildroot] [pull request] directfb/linux-fusion bumps + lirc integration Thomas Petazzoni

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=1272589129-21443-5-git-send-email-llandwerlin@gmail.com \
    --to=llandwerlin@gmail.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