From: Vasily Khoruzhick <anarsoul@gmail.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 2/3] font-misc-misc: Don't pull fonts encodings from host system
Date: Mon, 16 May 2011 18:10:49 +0300 [thread overview]
Message-ID: <1305558650-15826-2-git-send-email-anarsoul@gmail.com> (raw)
In-Reply-To: <1305558650-15826-1-git-send-email-anarsoul@gmail.com>
Use encodings from staging dir.
Signed-off-by: Vasily Khoruzhick <anarsoul@gmail.com>
---
.../xfont_font-misc-misc/xfont_font-misc-misc.mk | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/package/x11r7/xfont_font-misc-misc/xfont_font-misc-misc.mk b/package/x11r7/xfont_font-misc-misc/xfont_font-misc-misc.mk
index f6a5564..884f6f9 100644
--- a/package/x11r7/xfont_font-misc-misc/xfont_font-misc-misc.mk
+++ b/package/x11r7/xfont_font-misc-misc/xfont_font-misc-misc.mk
@@ -12,5 +12,11 @@ XFONT_FONT_MISC_MISC_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) MKFONTSCALE=$(
XFONT_FONT_MISC_MISC_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) MKFONTSCALE=$(HOST_DIR)/usr/bin/mkfontscale MKFONTDIR=$(HOST_DIR)/usr/bin/mkfontdir install-data
XFONT_FONT_MISC_MISC_DEPENDENCIES = xfont_font-util host-xfont_font-util host-xapp_mkfontscale host-xapp_mkfontdir host-xapp_bdftopcf
+define XFONT_FONT_MISC_MISC_MAPFILES_PATH_FIX
+ $(SED) 's|UTIL_DIR = |UTIL_DIR = ${STAGING_DIR}|;' $(@D)/Makefile
+endef
+
+XFONT_FONT_MISC_MISC_POST_CONFIGURE_HOOKS += XFONT_FONT_MISC_MISC_MAPFILES_PATH_FIX
+
$(eval $(call AUTOTARGETS,package/x11r7,xfont_font-misc-misc))
--
1.7.5.rc1
next prev parent reply other threads:[~2011-05-16 15:10 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-05-16 15:10 [Buildroot] [PATCH 1/3] xlib_libX11: don't build docs for host Vasily Khoruzhick
2011-05-16 15:10 ` Vasily Khoruzhick [this message]
2011-05-16 15:10 ` [Buildroot] [PATCH 3/3] xlib_libXfont: don't build devel documentation " Vasily Khoruzhick
2011-05-16 20:29 ` [Buildroot] [PATCH 1/3] xlib_libX11: don't build docs " Peter Korsgaard
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=1305558650-15826-2-git-send-email-anarsoul@gmail.com \
--to=anarsoul@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