Re: [OE-core] [PATCH] libnotify: Make gtk+3 dependency optional

2021-05-13 Thread Mike Crowe via lists.openembedded.org
On Thursday 13 May 2021 at 17:06:23 +0100, Richard Purdie wrote: > On Thu, 2021-05-13 at 16:43 +0200, Alexander Kanavin wrote: > > On Thu, 13 May 2021 at 16:36, Mike Crowe via lists.openembedded.org < > > yocto=mac.mcrowe@lists.openembedded.org> wrote: > > > +PACKAGECONFIG[gtk+] = "--enable-tes

Re: [OE-core] [PATCH] libnotify: Make gtk+3 dependency optional

2021-05-13 Thread Richard Purdie
On Thu, 2021-05-13 at 16:43 +0200, Alexander Kanavin wrote: > On Thu, 13 May 2021 at 16:36, Mike Crowe via lists.openembedded.org < > yocto=mac.mcrowe@lists.openembedded.org> wrote: > > +PACKAGECONFIG[gtk+] = "--enable-tests,--disable-tests,,gtk+3" > > > > > Was the --enable-tests scenario t

Re: [OE-core] [PATCH] libnotify: Make gtk+3 dependency optional

2021-05-13 Thread Khem Raj
On 5/13/21 7:43 AM, Alexander Kanavin wrote: On Thu, 13 May 2021 at 16:36, Mike Crowe via lists.openembedded.org > wrote: +PACKAGECONFIG[gtk+] = "--enable-tests,--disable-tests,,gtk+3" Was the --enable-tests

Re: [OE-core] [PATCH] libnotify: Make gtk+3 dependency optional

2021-05-13 Thread Mike Crowe via lists.openembedded.org
On Thursday 13 May 2021 at 16:43:15 +0200, Alexander Kanavin wrote: > On Thu, 13 May 2021 at 16:36, Mike Crowe via lists.openembedded.org mac.mcrowe@lists.openembedded.org> wrote: > > > +PACKAGECONFIG[gtk+] = "--enable-tests,--disable-tests,,gtk+3" > > > > Was the --enable-tests scenario tes

Re: [OE-core] [PATCH] libnotify: Make gtk+3 dependency optional

2021-05-13 Thread Alexander Kanavin
On Thu, 13 May 2021 at 16:36, Mike Crowe via lists.openembedded.org wrote: > +PACKAGECONFIG[gtk+] = "--enable-tests,--disable-tests,,gtk+3" > Was the --enable-tests scenario tested? Specifying gtk+3 after two ,,s seems weird. Alex -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to

[OE-core] [PATCH] libnotify: Make gtk+3 dependency optional

2021-05-13 Thread Mike Crowe via lists.openembedded.org
libnotify only requires gtk+3 for its tests. Let's disable them by default. Signed-off-by: Mike Crowe --- meta/recipes-gnome/libnotify/libnotify_0.7.9.bb | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/meta/recipes-gnome/libnotify/libnotify_0.7.9.bb b/meta/recipes-gno