All of lore.kernel.org
 help / color / mirror / Atom feed
From: Romain Naour <romain.naour@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/6] package/enlightenment: fix meson warning
Date: Thu, 15 Mar 2018 23:50:08 +0100	[thread overview]
Message-ID: <20180315225012.9845-2-romain.naour@gmail.com> (raw)
In-Reply-To: <20180315225012.9845-1-romain.naour@gmail.com>

--disable-rpath was added by m4/lib-link.m4 with autotools based
buildsystem. Now we use meson, we don't have such option anymore.

The autotools eet-eet and eldbus_codegen options are named respectively
eet and eldbus-codegen with meson.

Fixes:
WARNING: Unknown command line options: "eet-eet, eldbus_codegen, rpath"

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
This patch can be backported to 2018.02.x
---
 package/enlightenment/enlightenment.mk | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)

diff --git a/package/enlightenment/enlightenment.mk b/package/enlightenment/enlightenment.mk
index 17309619ad..0d87119bb3 100644
--- a/package/enlightenment/enlightenment.mk
+++ b/package/enlightenment/enlightenment.mk
@@ -22,10 +22,9 @@ ENLIGHTENMENT_MESON_OPTS += \
 	--buildtype=$(if $(BR2_ENABLE_DEBUG),debug,release) \
 	--cross-file=$(HOST_DIR)/etc/meson/cross-compilation.conf \
 	-Dedje-cc=$(HOST_DIR)/bin/edje_cc \
-	-Deet-eet=$(HOST_DIR)/bin/eet \
-	-Deldbus_codegen=$(HOST_DIR)/bin/eldbus-codegen \
-	-Dpam=false \
-	-Drpath=false
+	-Deet=$(HOST_DIR)/bin/eet \
+	-Deldbus-codegen=$(HOST_DIR)/bin/eldbus-codegen \
+	-Dpam=false
 
 ifeq ($(BR2_PACKAGE_SYSTEMD),y)
 ENLIGHTENMENT_MESON_OPTS += -Dsystemd=true
-- 
2.14.3

  reply	other threads:[~2018-03-15 22:50 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-03-15 22:50 [Buildroot] [PATCH 1/6] package/efl: bump to 1.20.7 Romain Naour
2018-03-15 22:50 ` Romain Naour [this message]
2018-03-17  8:39   ` [Buildroot] [PATCH 2/6] package/enlightenment: fix meson warning Peter Korsgaard
2018-03-15 22:50 ` [Buildroot] [PATCH 3/6] package/enlightenment: bump to 0.22.2 Romain Naour
2018-03-17  8:40   ` Peter Korsgaard
2018-03-15 22:50 ` [Buildroot] [PATCH 4/6] package/x11r7/xkeyboard-config: install to staging Romain Naour
2018-03-17  8:54   ` Peter Korsgaard
2018-03-15 22:50 ` [Buildroot] [PATCH 5/6] package/enlightenment: add xkeyboard-config optional dependency Romain Naour
2018-03-17  8:55   ` Peter Korsgaard
2018-03-15 22:50 ` [Buildroot] [PATCH 6/6] package/enlightenment: install to staging Romain Naour
2018-03-17  8:56   ` Peter Korsgaard
2018-03-17 12:12     ` Romain Naour
2018-03-17  8:37 ` [Buildroot] [PATCH 1/6] package/efl: bump to 1.20.7 Peter Korsgaard
2018-03-17  8:38 ` Peter Korsgaard
2018-03-17 12:05   ` Romain Naour

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=20180315225012.9845-2-romain.naour@gmail.com \
    --to=romain.naour@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 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.