All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [pull request] Pull request for branch for-2012.02/efl-build-fix
@ 2012-02-28 22:35 Thomas Petazzoni
  2012-02-28 22:35 ` [Buildroot] [PATCH 1/1] libecore: fix build of host-libecore when X11 not available Thomas Petazzoni
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-02-28 22:35 UTC (permalink / raw)
  To: buildroot

The following changes since commit 2ba094de31bbc9f986b6d5bce7932d5bb7443829:

  crosstool-ng: bump version (2012-02-03 15:24:39 +0100)

are available in the git repository at:
  git://git.free-electrons.com/users/thomas-petazzoni/buildroot.git for-2012.02/efl-build-fix

Thomas Petazzoni (1):
      libecore: fix build of host-libecore when X11 not available

 package/efl/libecore/libecore.mk |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

Thanks,
-- 
Thomas Petazzoni

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] libecore: fix build of host-libecore when X11 not available
  2012-02-28 22:35 [Buildroot] [pull request] Pull request for branch for-2012.02/efl-build-fix Thomas Petazzoni
@ 2012-02-28 22:35 ` Thomas Petazzoni
  2012-02-29  9:08   ` Peter Korsgaard
  0 siblings, 1 reply; 3+ messages in thread
From: Thomas Petazzoni @ 2012-02-28 22:35 UTC (permalink / raw)
  To: buildroot

The host-libecore build tries to build the X11 backend. This works if
you have X11 headers/libraries installed on your build machine, but
fails if you don't, and Buildroot shouldn't depend on such things
being installed.

Therefore, we force host-libecore to not build any of the graphical
backends (X, XCB or DirectFB).

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/efl/libecore/libecore.mk |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/package/efl/libecore/libecore.mk b/package/efl/libecore/libecore.mk
index 0088480..83d1fff 100644
--- a/package/efl/libecore/libecore.mk
+++ b/package/efl/libecore/libecore.mk
@@ -12,7 +12,13 @@ LIBECORE_INSTALL_STAGING = YES
 LIBECORE_DEPENDENCIES = host-pkg-config libeina
 
 HOST_LIBECORE_DEPENDENCIES = host-pkg-config host-libeina host-libevas
-HOST_LIBECORE_CONF_OPT += --enable-ecore-evas
+HOST_LIBECORE_CONF_OPT += 		\
+	--enable-ecore-evas 		\
+	--disable-simple-x11 		\
+	--disable-ecore-directfb 	\
+	--disable-ecore-x 		\
+	--disable-ecore-x-xcb 		\
+	--disable-ecore-imf-xim
 
 # default options
 LIBECORE_CONF_OPT = --disable-simple-x11
-- 
1.7.4.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH 1/1] libecore: fix build of host-libecore when X11 not available
  2012-02-28 22:35 ` [Buildroot] [PATCH 1/1] libecore: fix build of host-libecore when X11 not available Thomas Petazzoni
@ 2012-02-29  9:08   ` Peter Korsgaard
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2012-02-29  9:08 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 Thomas> The host-libecore build tries to build the X11 backend. This works if
 Thomas> you have X11 headers/libraries installed on your build machine, but
 Thomas> fails if you don't, and Buildroot shouldn't depend on such things
 Thomas> being installed.

Committed, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2012-02-29  9:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-28 22:35 [Buildroot] [pull request] Pull request for branch for-2012.02/efl-build-fix Thomas Petazzoni
2012-02-28 22:35 ` [Buildroot] [PATCH 1/1] libecore: fix build of host-libecore when X11 not available Thomas Petazzoni
2012-02-29  9:08   ` Peter Korsgaard

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.