All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/libsexy
Date: Fri, 23 Jan 2009 19:48:42 +0100	[thread overview]
Message-ID: <87mydhkgdx.fsf@macbook.be.48ers.dk> (raw)
In-Reply-To: <20090123174850.A9B52769CC@busybox.osuosl.org> (ulf@uclibc.org's message of "Fri\, 23 Jan 2009 17\:48\:50 +0000 \(UTC\)")

>>>>> "ulf" == ulf  <ulf@uclibc.org> writes:

 ulf> Author: ulf
 ulf> Date: 2009-01-23 17:48:49 +0000 (Fri, 23 Jan 2009)
 ulf> New Revision: 24982

 ulf> Log:
 ulf> Disable libsexy (with comment) if X is not available

 ulf> Modified:
 ulf>    trunk/buildroot/package/libsexy/Config.in

 ulf> Changeset:
 ulf> Modified: trunk/buildroot/package/libsexy/Config.in
 ulf> ===================================================================
 ulf> --- trunk/buildroot/package/libsexy/Config.in	2009-01-23 13:12:57 UTC (rev 24981)
 ulf> +++ trunk/buildroot/package/libsexy/Config.in	2009-01-23 17:48:49 UTC (rev 24982)
 ulf> @@ -1,6 +1,7 @@
 ulf>  config BR2_PACKAGE_LIBSEXY
 ulf>  	bool "libsexy"
 ulf>  	depends on BR2_PACKAGE_LIBGTK2
 ulf> +	depends on !BR2_PACKAGE_XSERVER_none

According to the makefile it seems like there's a:

select BR2_PACKAGE_XLIB_LIBX11

missing.

But from doing a quick grep in the libsexy sources I don't see
any X includes, so are you sure it doesn't work with
gtk-over-directfb?

From a quick look at configure.ac, it seems to check for:

pango >= 1.4.0, glib-2.0 >= 2.4.0, gtk+-2.0 >= 2.4.0, libxml-2.0

The first 3 are covered by the gtk2 dependency, but libxml2 isn't.

 ulf>  	help
 ulf>  	  libsexy is a collection of GTK+ widgets that extend the
 ulf>  	  functionality of such standard widgets as GtkEntry and
 ulf> @@ -8,3 +9,7 @@
 ulf>  	  limitations of the widgets.
 
 ulf>  	  http://www.chipx86.com/wiki/Libsexy
 ulf> +
 ulf> +comment "libsexy       - disabled (requires X-Windows)"
 ulf> +	depends on BR2_PACKAGE_XSERVER_none
 ulf> +

We don't normally do that for X-only stuff. Long term, we should
probably move X apps to a seperate menu.

-- 
Bye, Peter Korsgaard

  reply	other threads:[~2009-01-23 18:48 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-23 17:48 [Buildroot] svn commit: trunk/buildroot/package/libsexy ulf at uclibc.org
2009-01-23 18:48 ` Peter Korsgaard [this message]
2009-01-23 21:06   ` Ulf Samuelsson
2009-01-27  0:26   ` Hamish Moffatt
2009-01-27  5:52     ` Peter Korsgaard
  -- strict thread matches above, loose matches on Subject: below --
2009-01-26  6:30 jacmet at uclibc.org
2009-01-24  6:44 jacmet at uclibc.org
2009-01-26  6:18 ` Hans-Christian Egtvedt
2009-01-26  6:31   ` Peter Korsgaard
2009-01-24  6:44 jacmet at uclibc.org
2008-08-27 20:19 jacmet at uclibc.org

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=87mydhkgdx.fsf@macbook.be.48ers.dk \
    --to=jacmet@uclibc.org \
    --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.