All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2] New package: ImLib2
Date: Fri, 14 Oct 2011 09:51:28 +0200	[thread overview]
Message-ID: <4E97EA00.8060103@visionsystems.de> (raw)
In-Reply-To: <20111014083650.46368731@skate>

Am 14.10.2011 08:36, schrieb Thomas Petazzoni:
> Le Fri, 14 Oct 2011 00:09:13 +0200,
> Arnout Vandecappelle <arnout@mind.be> a ?crit :
> 
>>  Actually that would only be for Makefile dependencies, not for
>> Kconfig dependencies...
> 
> True, but this is also wrong currently for Makefile dependencies:
> 
> cairo/cairo.mk: CAIRO_DEPENDENCIES += xserver_xorg-server
> docker/docker.mk:DOCKER_DEPENDENCIES = host-pkg-config libglib2 xserver_xorg-server
> fltk/fltk.mk:FLTK_DEPENDENCIES = xserver_xorg-server xlib_libXt
> games/rubix/rubix.mk:RUBIX_DEPENDENCIES = xserver_xorg-server
> java/classpath/classpath.mk:    CLASSPATH_DEPENDENCIES+= xserver_xorg-server
> java/jamvm/jamvm.mk:    JAMVM_DEPENDENCIES+= xserver_xorg-server
> libgtk2/libgtk2.mk:     LIBGTK2_DEPENDENCIES += xlib_libXcomposite xserver_xorg-server
> metacity/metacity.mk:METACITY_DEPENDENCIES = libgtk2 xserver_xorg-server
> pango/pango.mk: PANGO_DEPENDENCIES += xserver_xorg-server
> pcmanfm/pcmanfm.mk:PCMANFM_DEPENDENCIES = host-pkg-config libgtk2 gamin startup-notification xserver_xorg-server
> sdl/sdl.mk:SDL_DEPENDENCIES += xserver_xorg-server
> synergy/synergy.mk:SYNERGY_DEPENDENCIES = xserver_xorg-server xlib_libXtst
> torsmo/torsmo.mk:TORSMO_DEPENDENCIES = xserver_xorg-server
> webkit/webkit.mk:       WEBKIT_DEPENDENCIES += xserver_xorg-server xlib_libXt
> 
> I don't think any of these actually require the X.org server to be built.

As far as I understand the dependencies should look like this:

for ImLib2

depends on BR2_PACKAGE_XORG7 /* because it is some kind of subsystem */
select BR2_PACKAGE_XLIB_LIBX11
select BR2_PACKAGE_XLIB_LIBXEXT

for feh

depends on BR2_PACKAGE_XORG7 /* because it is some kind of subsystem */
select BR2_PACKAGE_XLIB_LIBXINERAMA
select BR2_PACKAGE_XLIB_LIBXT

Do we agree on this scheme?

Yegor

  reply	other threads:[~2011-10-14  7:51 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-11 10:26 [Buildroot] [PATCH v2] New package: ImLib2 yegorslists at googlemail.com
2011-10-11 16:17 ` Arnout Vandecappelle
2011-10-12  9:18   ` Yegor Yefremov
2011-10-12  9:25     ` Arnout Vandecappelle
2011-10-12  9:32       ` Yegor Yefremov
2011-10-13 22:07         ` Arnout Vandecappelle
2011-10-12  9:40     ` Thomas Petazzoni
2011-10-12  9:44       ` Yegor Yefremov
2011-10-12  9:53         ` Thomas Petazzoni
2011-10-12  9:59           ` Yegor Yefremov
2011-10-13 22:09           ` Arnout Vandecappelle
2011-10-14  6:36             ` Thomas Petazzoni
2011-10-14  7:51               ` Yegor Yefremov [this message]
2011-10-14  8:05                 ` Arnout Vandecappelle

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=4E97EA00.8060103@visionsystems.de \
    --to=yegor_sub1@visionsystems.de \
    --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.