All of lore.kernel.org
 help / color / mirror / Atom feed
* building python-gst without x11
@ 2016-09-08 14:36 nick83ola
  2016-09-08 15:38 ` Burton, Ross
  0 siblings, 1 reply; 2+ messages in thread
From: nick83ola @ 2016-09-08 14:36 UTC (permalink / raw)
  To: yocto

[-- Attachment #1: Type: text/plain, Size: 1370 bytes --]

Dear mailing list i'm building an image for a media player with an imx6
board

I don't want x11 support to strip down image size

i'm with yocto fido 1.8.1 (the newest version supported by my board grrr)

but if I try to compile python-gst removing x11 from distro feature (I
don't need video at all!!)

DISTRO_FEATURES_remove = " x11 wayland pulseaudio bluetooth wifi 3g
zeroconf irda pcmcia nfc"

it gives me an error because gtk+ requires it and python-pygst is a
dependance of python-gst

if I add directfb to distro feature gtk+ doesn't compile either because is
missing directfb-native recipe

(it is in fact missing)

If I enable x11 it works but compile 1000 packages more!!!!!!)

Please help Me!!



-- 

P.S. Le informazioni trasmesse attraverso la presente comunicazione sono di
esclusiva
spettanza dell'effettivo destinatario. Nel caso in cui le stesse
raggiungessero, per
qualunque motivo, soggetti non interessati, questi ultimi vorranno darne
immediata
notizia al mittente. In ogni caso, eventuali soggetti diversi dai legittimi
destinatari
della presente comunicazione e dei dati contenuti negli allegati, possono
essere
sanzionati ai sensi del T.U. sul trattamento dei dati personali d.lgs.
196/2003, sia ai
sensi dell'art. 616 del Codice Penale che disciplina la violazione del
segreto sulla
corrispondenza.

[-- Attachment #2: Type: text/html, Size: 1751 bytes --]

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

* Re: building python-gst without x11
  2016-09-08 14:36 building python-gst without x11 nick83ola
@ 2016-09-08 15:38 ` Burton, Ross
  0 siblings, 0 replies; 2+ messages in thread
From: Burton, Ross @ 2016-09-08 15:38 UTC (permalink / raw)
  To: nick83ola; +Cc: yocto

[-- Attachment #1: Type: text/plain, Size: 383 bytes --]

On 8 September 2016 at 15:36, nick83ola <nick83ola@gmail.com> wrote:

> it gives me an error because gtk+ requires it and python-pygst is a
> dependance of python-gst
>

Looking at the pygtk configure you might be able to change the pygtk recipe
to not pull in the gtk+ and so on dependencies if X11 isn't in
DISTRO_FEATURES, as it appears to do conditional checks.

Ross

[-- Attachment #2: Type: text/html, Size: 749 bytes --]

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

end of thread, other threads:[~2016-09-08 15:38 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-09-08 14:36 building python-gst without x11 nick83ola
2016-09-08 15:38 ` Burton, Ross

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.