From patchwork Tue Aug 19 18:07:18 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Francois Perrad X-Patchwork-Id: 381425 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from hemlock.osuosl.org (hemlock.osuosl.org [140.211.166.133]) by ozlabs.org (Postfix) with ESMTP id 4858D140097 for ; Wed, 20 Aug 2014 04:08:08 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by hemlock.osuosl.org (Postfix) with ESMTP id 65D98879B1; Tue, 19 Aug 2014 18:07:51 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from hemlock.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 3WhivNBW9TOQ; Tue, 19 Aug 2014 18:07:49 +0000 (UTC) Received: from ash.osuosl.org (ash.osuosl.org [140.211.166.34]) by hemlock.osuosl.org (Postfix) with ESMTP id 38785918B2; Tue, 19 Aug 2014 18:07:49 +0000 (UTC) X-Original-To: buildroot@lists.busybox.net Delivered-To: buildroot@osuosl.org Received: from whitealder.osuosl.org (whitealder.osuosl.org [140.211.166.138]) by ash.osuosl.org (Postfix) with ESMTP id BF3FB1C2096 for ; Tue, 19 Aug 2014 18:07:41 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by whitealder.osuosl.org (Postfix) with ESMTP id BB3E88C638 for ; Tue, 19 Aug 2014 18:07:41 +0000 (UTC) X-Virus-Scanned: amavisd-new at osuosl.org Received: from whitealder.osuosl.org ([127.0.0.1]) by localhost (.osuosl.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Ts4Im2TuAEUU for ; Tue, 19 Aug 2014 18:07:41 +0000 (UTC) X-Greylist: domain auto-whitelisted by SQLgrey-1.7.6 Received: from mail-we0-f177.google.com (mail-we0-f177.google.com [74.125.82.177]) by whitealder.osuosl.org (Postfix) with ESMTPS id D0C508C611 for ; Tue, 19 Aug 2014 18:07:40 +0000 (UTC) Received: by mail-we0-f177.google.com with SMTP id w62so6829643wes.22 for ; Tue, 19 Aug 2014 11:07:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=rzY58tQkZeSQULdlXrJq8O2BNokg/Ofqi7k5btVYbWo=; b=fx2RrwjYz/URrf0lc+ims/IsqNDn2+oqf+eeqBZxo1BKnEES8P3XWCVX2re7QPfRL3 hqeEclrbOUU6qrNDfrza7DmdhHYrhb+bYT+tOV17cn8BF+0NKAuw5ENQe3P7sPLm9qQV xL+xTF5g5+mVFvwafeDd6c51TTmImdY9xtI4VvP6eS94jLrAw/kCGCUjSo7xhn/p8mcq okLLVwTFx4ziEeEJe4RgU8QhrZJxsk6rdmyvssz1cHc3xYMa8630+Sm/lc+CUJmzZ3QJ 7bga9kn27TLCXHbhGISYu70nhCSmWDbtmFDevZsaNnU4h1ZgwYDOASueyxgFGaJxbv6n jD4A== X-Received: by 10.194.170.227 with SMTP id ap3mr52605705wjc.30.1408471659358; Tue, 19 Aug 2014 11:07:39 -0700 (PDT) Received: from localhost.localdomain (41.195.82.79.rev.sfr.net. [79.82.195.41]) by mx.google.com with ESMTPSA id co6sm52143529wjb.31.2014.08.19.11.07.38 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 19 Aug 2014 11:07:38 -0700 (PDT) From: Francois Perrad X-Google-Original-From: Francois Perrad To: buildroot@busybox.net Date: Tue, 19 Aug 2014 20:07:18 +0200 Message-Id: <1408471638-4551-6-git-send-email-francois.perrad@gadz.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1408471638-4551-1-git-send-email-francois.perrad@gadz.org> References: <1408471638-4551-1-git-send-email-francois.perrad@gadz.org> Subject: [Buildroot] [PATCH 6/6] metacity: refactor with host-perl X-BeenThere: buildroot@busybox.net X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussion and development of buildroot List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: buildroot-bounces@busybox.net Sender: buildroot-bounces@busybox.net Signed-off-by: Francois Perrad --- package/metacity/metacity.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/package/metacity/metacity.mk b/package/metacity/metacity.mk index 6ded5d1..91ed1d3 100644 --- a/package/metacity/metacity.mk +++ b/package/metacity/metacity.mk @@ -12,6 +12,8 @@ METACITY_SITE = http://ftp.gnome.org/pub/gnome/sources/metacity/$(METACITY_VERSI METACITY_LICENSE = GPLv2+ METACITY_LICENSE_FILES = COPYING +METACITY_CONF_ENV = INTLTOOL_PERL=$(PERL_RUN) + METACITY_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \ --x-libraries=$(STAGING_DIR)/usr/lib \ --disable-glibtest --disable-gconf \