All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/6 v4] package/freerdp: move architecture-specific block
Date: Sun, 25 Jan 2015 23:37:06 +0100	[thread overview]
Message-ID: <ee869604a6b46c92e7757942d3b822ceb005a3eb.1422225347.git.yann.morin.1998@free.fr> (raw)
In-Reply-To: <cover.1422225347.git.yann.morin.1998@free.fr>

Move the arch-spcific block up, so it does not interfere with followup
patches (mostly to ease review).

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/freerdp/freerdp.mk | 32 ++++++++++++++++----------------
 1 file changed, 16 insertions(+), 16 deletions(-)

diff --git a/package/freerdp/freerdp.mk b/package/freerdp/freerdp.mk
index a373447..ff66676 100644
--- a/package/freerdp/freerdp.mk
+++ b/package/freerdp/freerdp.mk
@@ -41,6 +41,22 @@ else
 FREERDP_CONF_OPTS += -DWITH_PULSEAUDIO=OFF
 endif
 
+ifeq ($(BR2_ARM_CPU_HAS_NEON),y)
+FREERDP_CONF_OPTS += -DWITH_NEON=ON
+else
+FREERDP_CONF_OPTS += -DWITH_NEON=OFF
+endif
+
+ifeq ($(BR2_X86_CPU_HAS_SSE2),y)
+FREERDP_CONF_OPTS += -DWITH_SSE2=ON
+else
+FREERDP_CONF_OPTS += -DWITH_SSE2=OFF
+endif
+
+ifeq ($(BR2_arm)$(BR2_armeb),y)
+FREERDP_CONF_OPTS += -DARM_FP_ABI=$(call qstrip,$(BR2_GCC_TARGET_FLOAT_ABI))
+endif
+
 ifeq ($(BR2_PACKAGE_XLIB_LIBXEXT),y)
 FREERDP_DEPENDENCIES += xlib_libXext
 FREERDP_CONF_OPTS += -DWITH_X11=ON
@@ -76,20 +92,4 @@ else
 FREERDP_CONF_OPTS += -DWITH_XV=OFF
 endif
 
-ifeq ($(BR2_ARM_CPU_HAS_NEON),y)
-FREERDP_CONF_OPTS += -DWITH_NEON=ON
-else
-FREERDP_CONF_OPTS += -DWITH_NEON=OFF
-endif
-
-ifeq ($(BR2_X86_CPU_HAS_SSE2),y)
-FREERDP_CONF_OPTS += -DWITH_SSE2=ON
-else
-FREERDP_CONF_OPTS += -DWITH_SSE2=OFF
-endif
-
-ifeq ($(BR2_arm)$(BR2_armeb),y)
-FREERDP_CONF_OPTS += -DARM_FP_ABI=$(call qstrip,$(BR2_GCC_TARGET_FLOAT_ABI))
-endif
-
 $(eval $(cmake-package))
-- 
1.9.1

  parent reply	other threads:[~2015-01-25 22:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-25 22:37 [Buildroot] [PATCH 0/6 v4] weston: new freerdp backend (branch yem/freerdp) Yann E. MORIN
2015-01-25 22:37 ` [Buildroot] [PATCH 1/6 v4] package/freerdp: do not forcibly depend on X.Org Yann E. MORIN
2015-02-21 15:46   ` Thomas Petazzoni
2015-01-25 22:37 ` Yann E. MORIN [this message]
2015-01-26  7:09   ` [Buildroot] [PATCH 2/6 v4] package/freerdp: move architecture-specific block Samuel Martin
2015-01-25 22:37 ` [Buildroot] [PATCH 3/6 v4] package/freerdp: add options to enable/disable server and/or client Yann E. MORIN
2015-01-26  7:18   ` Samuel Martin
2015-01-25 22:37 ` [Buildroot] [PATCH 4/6 v4] package/freerdp: also install to staging Yann E. MORIN
2015-01-25 22:37 ` [Buildroot] [PATCH 5/6 v4] package/freerdp: install server key and certificate Yann E. MORIN
2015-01-25 22:37 ` [Buildroot] [PATCH 6/6 v4] package/weston: add support for the RDP compositor Yann E. MORIN

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=ee869604a6b46c92e7757942d3b822ceb005a3eb.1422225347.git.yann.morin.1998@free.fr \
    --to=yann.morin.1998@free.fr \
    --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.