Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Hebbar <gururajakr@sanyo.co.in>
To: buildroot@busybox.net
Subject: [Buildroot]  [PATCH] Allow Cairo to see directfb include files
Date: Tue, 18 Mar 2008 17:55:17 -0700 (PDT)	[thread overview]
Message-ID: <16134981.post@talk.nabble.com> (raw)


Hi,

If directfb is enabled, cairo is made to build upon directfb. But cairo is
unable to find directfb include files. At present it happens on my system.
Below patch corrects the same.

Regards
Gururaja


Signed-off-by: Gururaja Hebbar <gururajakr@sanyo.co.in>

diff -purN buildroot/package/cairo/cairo.mk
buildroot_kboard/package/cairo/cairo.mk
--- buildroot/package/cairo/cairo.mk	2008-03-18 03:15:26.000000000 -0400
+++ buildroot_kboard/package/cairo/cairo.mk	2008-03-17 12:43:21.000000000
-0400
@@ -39,11 +39,13 @@ CAIRO_CONF_ENV = ac_cv_func_posix_getpwu
 		gl_cv_func_mkdir_trailing_slash_bug=no gl_cv_func_mkstemp_limitations=no
\
 		ac_cv_func_working_mktime=yes jm_cv_func_working_re_compile_pattern=yes \
 		ac_use_included_regex=no gl_cv_c_restrict=no \
-		ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal 
+		ac_cv_path_GLIB_GENMARSHAL=/usr/bin/glib-genmarshal
 
 ifeq ($(BR2_PACKAGE_DIRECTFB),y)
 	CAIRO_CONF_OPT = --disable-xlib --without-x --enable-directfb
 endif
+	
+CAIRO_MAKE_OPT = CFLAGS+=-I$(STAGING_DIR)/usr/include/directfb
 
 CAIRO_DEPENDENCIES = uclibc gettext libintl pkgconfig libglib2 zlib png
fontconfig $(XSERVER) 
 
-- 
View this message in context: http://www.nabble.com/-PATCH--Allow-Cairo-to-see-directfb-include-files-tp16134981p16134981.html
Sent from the BuildRoot mailing list archive at Nabble.com.

                 reply	other threads:[~2008-03-19  0:55 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=16134981.post@talk.nabble.com \
    --to=gururajakr@sanyo.co.in \
    --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