* [PATCH] weston: add lcms, libpoppler-glib dependenies
@ 2014-05-09 14:31 Tim Orling
2014-05-09 14:42 ` Burton, Ross
0 siblings, 1 reply; 8+ messages in thread
From: Tim Orling @ 2014-05-09 14:31 UTC (permalink / raw)
To: openembedded-core
From: Tim Orling <TicoTimo@gmail.com>
fixes for JaMa test-dependencies build (oe-core-contrib/jansa/daisy-backports)
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
---
meta/recipes-graphics/wayland/weston_1.4.0.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-graphics/wayland/weston_1.4.0.bb b/meta/recipes-graphics/wayland/weston_1.4.0.bb
index 5213166..abacb58 100644
--- a/meta/recipes-graphics/wayland/weston_1.4.0.bb
+++ b/meta/recipes-graphics/wayland/weston_1.4.0.bb
@@ -16,7 +16,7 @@ SRC_URI[sha256sum] = "74a2319d98e9cdb1acf24659699719aa89ac268cf549759271e326edc5
inherit autotools pkgconfig useradd
DEPENDS = "libxkbcommon gdk-pixbuf pixman cairo glib-2.0 jpeg"
-DEPENDS += "wayland virtual/egl pango"
+DEPENDS += "wayland virtual/egl pango lcms libpoppler-glib"
EXTRA_OECONF = "--enable-setuid-install \
--disable-xwayland \
--
1.8.3.2
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] weston: add lcms, libpoppler-glib dependenies
2014-05-09 14:31 [PATCH] weston: add lcms, libpoppler-glib dependenies Tim Orling
@ 2014-05-09 14:42 ` Burton, Ross
2014-05-09 15:07 ` Martin Jansa
0 siblings, 1 reply; 8+ messages in thread
From: Burton, Ross @ 2014-05-09 14:42 UTC (permalink / raw)
To: Tim Orling; +Cc: OE-core
On 9 May 2014 15:31, Tim Orling <ticotimo@gmail.com> wrote:
> +DEPENDS += "wayland virtual/egl pango lcms libpoppler-glib"
For a start libpoppler isn't in oe-core, so this causes a build
failure for everyone not using meta-oe.
These are for the basic test applications: I'd prefer to see a patch
that either forcibly disabled the checks or added configure options so
the dependencies can be controlled.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] weston: add lcms, libpoppler-glib dependenies
2014-05-09 14:42 ` Burton, Ross
@ 2014-05-09 15:07 ` Martin Jansa
2014-05-09 15:18 ` Burton, Ross
0 siblings, 1 reply; 8+ messages in thread
From: Martin Jansa @ 2014-05-09 15:07 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 719 bytes --]
On Fri, May 09, 2014 at 03:42:37PM +0100, Burton, Ross wrote:
> On 9 May 2014 15:31, Tim Orling <ticotimo@gmail.com> wrote:
> > +DEPENDS += "wayland virtual/egl pango lcms libpoppler-glib"
>
> For a start libpoppler isn't in oe-core, so this causes a build
> failure for everyone not using meta-oe.
>
> These are for the basic test applications: I'd prefer to see a patch
> that either forcibly disabled the checks or added configure options so
> the dependencies can be controlled.
FWIW: I've sent WIP patch a while ago, but never finished it
http://patchwork.openembedded.org/patch/57011/
IIRC it doesn't apply to current version now.
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] weston: add lcms, libpoppler-glib dependenies
2014-05-09 15:07 ` Martin Jansa
@ 2014-05-09 15:18 ` Burton, Ross
2014-05-09 16:46 ` Tim Orling
2014-05-09 22:29 ` Martin Jansa
0 siblings, 2 replies; 8+ messages in thread
From: Burton, Ross @ 2014-05-09 15:18 UTC (permalink / raw)
To: Martin Jansa; +Cc: OE-core
On 9 May 2014 16:07, Martin Jansa <martin.jansa@gmail.com> wrote:
>> For a start libpoppler isn't in oe-core, so this causes a build
>> failure for everyone not using meta-oe.
>>
>> These are for the basic test applications: I'd prefer to see a patch
>> that either forcibly disabled the checks or added configure options so
>> the dependencies can be controlled.
>
> FWIW: I've sent WIP patch a while ago, but never finished it
> http://patchwork.openembedded.org/patch/57011/
>
> IIRC it doesn't apply to current version now.
If definitely doesn't apply to master: weston doesn't check for
poppler anymore as the PDF viewer was removed.
LCMS should have an explicit with/without as it is used for colour
management in the server.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] weston: add lcms, libpoppler-glib dependenies
2014-05-09 15:18 ` Burton, Ross
@ 2014-05-09 16:46 ` Tim Orling
2014-05-09 22:29 ` Martin Jansa
1 sibling, 0 replies; 8+ messages in thread
From: Tim Orling @ 2014-05-09 16:46 UTC (permalink / raw)
To: OE-core
[-- Attachment #1: Type: text/plain, Size: 1058 bytes --]
Consider this patch DOA. I'll try over the weekend to apply a more
appropriate fix, unless someone else wants to jump in. There are plenty of
other packages on the list :)
On Fri, May 9, 2014 at 8:18 AM, Burton, Ross <ross.burton@intel.com> wrote:
> On 9 May 2014 16:07, Martin Jansa <martin.jansa@gmail.com> wrote:
> >> For a start libpoppler isn't in oe-core, so this causes a build
> >> failure for everyone not using meta-oe.
> >>
> >> These are for the basic test applications: I'd prefer to see a patch
> >> that either forcibly disabled the checks or added configure options so
> >> the dependencies can be controlled.
> >
> > FWIW: I've sent WIP patch a while ago, but never finished it
> > http://patchwork.openembedded.org/patch/57011/
> >
> > IIRC it doesn't apply to current version now.
>
> If definitely doesn't apply to master: weston doesn't check for
> poppler anymore as the PDF viewer was removed.
>
> LCMS should have an explicit with/without as it is used for colour
> management in the server.
>
> Ross
>
[-- Attachment #2: Type: text/html, Size: 1681 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] weston: add lcms, libpoppler-glib dependenies
2014-05-09 15:18 ` Burton, Ross
2014-05-09 16:46 ` Tim Orling
@ 2014-05-09 22:29 ` Martin Jansa
2014-05-09 23:47 ` Tim Orling
2014-05-10 7:21 ` Burton, Ross
1 sibling, 2 replies; 8+ messages in thread
From: Martin Jansa @ 2014-05-09 22:29 UTC (permalink / raw)
To: Burton, Ross; +Cc: OE-core
[-- Attachment #1: Type: text/plain, Size: 1205 bytes --]
On Fri, May 09, 2014 at 04:18:36PM +0100, Burton, Ross wrote:
> On 9 May 2014 16:07, Martin Jansa <martin.jansa@gmail.com> wrote:
> >> For a start libpoppler isn't in oe-core, so this causes a build
> >> failure for everyone not using meta-oe.
> >>
> >> These are for the basic test applications: I'd prefer to see a patch
> >> that either forcibly disabled the checks or added configure options so
> >> the dependencies can be controlled.
> >
> > FWIW: I've sent WIP patch a while ago, but never finished it
> > http://patchwork.openembedded.org/patch/57011/
> >
> > IIRC it doesn't apply to current version now.
>
> If definitely doesn't apply to master: weston doesn't check for
> poppler anymore as the PDF viewer was removed.
Something still links with it as shows in test-dependencies reports:
weston/weston/latest lost dependency on lcms
weston/weston-examples/latest lost dependency on libpoppler-glib
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] weston: add lcms, libpoppler-glib dependenies
2014-05-09 22:29 ` Martin Jansa
@ 2014-05-09 23:47 ` Tim Orling
2014-05-10 7:21 ` Burton, Ross
1 sibling, 0 replies; 8+ messages in thread
From: Tim Orling @ 2014-05-09 23:47 UTC (permalink / raw)
To: OE-core
[-- Attachment #1: Type: text/plain, Size: 1283 bytes --]
From upstream:
clients: Drop pdf viewer sample client
http://cgit.freedesktop.org/wayland/weston/commit/?id=a72d37566780ab8abab235cd21817733962cb1e1
On Fri, May 9, 2014 at 3:29 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Fri, May 09, 2014 at 04:18:36PM +0100, Burton, Ross wrote:
> > On 9 May 2014 16:07, Martin Jansa <martin.jansa@gmail.com> wrote:
> > >> For a start libpoppler isn't in oe-core, so this causes a build
> > >> failure for everyone not using meta-oe.
> > >>
> > >> These are for the basic test applications: I'd prefer to see a patch
> > >> that either forcibly disabled the checks or added configure options so
> > >> the dependencies can be controlled.
> > >
> > > FWIW: I've sent WIP patch a while ago, but never finished it
> > > http://patchwork.openembedded.org/patch/57011/
> > >
> > > IIRC it doesn't apply to current version now.
> >
> > If definitely doesn't apply to master: weston doesn't check for
> > poppler anymore as the PDF viewer was removed.
>
> Something still links with it as shows in test-dependencies reports:
>
> weston/weston/latest lost dependency on lcms
> weston/weston-examples/latest lost dependency on libpoppler-glib
>
> --
> Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
>
[-- Attachment #2: Type: text/html, Size: 2120 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] weston: add lcms, libpoppler-glib dependenies
2014-05-09 22:29 ` Martin Jansa
2014-05-09 23:47 ` Tim Orling
@ 2014-05-10 7:21 ` Burton, Ross
1 sibling, 0 replies; 8+ messages in thread
From: Burton, Ross @ 2014-05-10 7:21 UTC (permalink / raw)
To: Martin Jansa; +Cc: OE-core
On 9 May 2014 23:29, Martin Jansa <martin.jansa@gmail.com> wrote:
> Something still links with it as shows in test-dependencies reports:
>
> weston/weston/latest lost dependency on lcms
> weston/weston-examples/latest lost dependency on libpoppler-glib
Sorry, I meant weston master, not oe-core master.
Ross
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2014-05-10 7:21 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-09 14:31 [PATCH] weston: add lcms, libpoppler-glib dependenies Tim Orling
2014-05-09 14:42 ` Burton, Ross
2014-05-09 15:07 ` Martin Jansa
2014-05-09 15:18 ` Burton, Ross
2014-05-09 16:46 ` Tim Orling
2014-05-09 22:29 ` Martin Jansa
2014-05-09 23:47 ` Tim Orling
2014-05-10 7:21 ` 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.