All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Mittal, Anuj" <anuj.mittal@intel.com>
To: "openembedded-core@lists.openembedded.org"
	<openembedded-core@lists.openembedded.org>,
	"crg7475@mailbox.org" <crg7475@mailbox.org>
Subject: Re: [PATCH 04/12] gstreamer1.0-plugins-good: Transition to meson based builds
Date: Mon, 20 Jan 2020 04:49:14 +0000	[thread overview]
Message-ID: <e860f308a14e924c1fa718f31de68165f1b81a11.camel@intel.com> (raw)
In-Reply-To: <20200112135954.23868-4-crg7475@mailbox.org>

On Sun, 2020-01-12 at 14:59 +0100, Carlos Rafael Giani wrote:
>  # qt5 support is disabled, because it is not present in OE core, and
> requires more work than
>  # just adding a packageconfig (it requires access to moc, uic, rcc,
> and qmake paths).
> @@ -58,19 +56,18 @@ PACKAGECONFIG[zlib]       = "--enable-zlib,
> --disable-zlib,zlib"
>  # in a gstreamer1.0-plugins-good bbappend).
>  
>  EXTRA_OECONF += " \

This should have been EXTRA_OEMESON.

> -    --enable-oss \
> -    --disable-aalib \
> -    --disable-aalibtest \
> -    --disable-directsound \
> -    --disable-libcaca \
> -    --disable-libdv \
> -    --disable-oss4 \
> -    --disable-osx_audio \
> -    --disable-osx_video \
> -    --disable-qt \
> -    --disable-shout2 \
> -    --disable-twolame \
> -    --disable-waveform \
> +    -Daalib=disabled \
> +    -Ddirectsound=disabled \
> +    -Ddv=disabled \
> +    -Dlibcaca=disabled \
> +    -Doss=enabled \
> +    -Doss4=disabled \
> +    -Dosxaudio=disabled \
> +    -Dosxvideo=disabled \
> +    -Dqt=disabled \

and this should be qt5?

Thanks,

Anuj

  parent reply	other threads:[~2020-01-20  4:49 UTC|newest]

Thread overview: 32+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-12 13:59 [PATCH 01/12] gstreamer: Add common .inc files for meson based recipes Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 02/12] gstreamer1.0: Transition to meson based builds Carlos Rafael Giani
2020-01-15  2:49   ` Peter Kjellerstedt
2020-01-16 14:42     ` Ross Burton
2020-01-12 13:59 ` [PATCH 03/12] gstreamer1.0-plugins-base: " Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 04/12] gstreamer1.0-plugins-good: " Carlos Rafael Giani
2020-01-13  0:52   ` Khem Raj
2020-01-13 14:10     ` Adrian Bunk
2020-01-13 14:50     ` Carlos Rafael Giani
2020-01-13 19:48       ` Khem Raj
2020-01-16 14:40   ` Ross Burton
2020-01-20  4:49   ` Mittal, Anuj [this message]
2020-01-12 13:59 ` [PATCH 05/12] gstreamer1.0-plugins-bad: " Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 06/12] gstreamer1.0-plugins-ugly: " Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 07/12] gstreamer1.0-libav: " Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 08/12] gstreamer1.0-vaapi: " Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 09/12] gstreamer1.0-omx: Transition to meson based build Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 10/12] gstreamer1.0-rtsp-server: " Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 11/12] gst-validate: Move recipe specific patch to dedicated subdirectory Carlos Rafael Giani
2020-01-12 13:59 ` [PATCH 12/12] gstreamer: Remove unused common files and patches Carlos Rafael Giani
2020-01-13 12:18 ` [PATCH 01/12] gstreamer: Add common .inc files for meson based recipes Richard Purdie
2020-01-13 12:55   ` Carlos Rafael Giani
2020-01-13 12:59     ` Richard Purdie
2020-01-13 15:37       ` Carlos Rafael Giani
2020-01-13 18:01         ` Alexander Kanavin
2020-01-14 15:51           ` Alexander Kanavin
2020-01-14 18:37             ` Carlos Rafael Giani
2020-01-14 18:55               ` Khem Raj
2020-01-14 19:13                 ` Carlos Rafael Giani
2020-01-13 19:52   ` Khem Raj
2020-01-13 17:37 ` Alexander Kanavin
2020-01-16 22:42 ` Richard Purdie

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=e860f308a14e924c1fa718f31de68165f1b81a11.camel@intel.com \
    --to=anuj.mittal@intel.com \
    --cc=crg7475@mailbox.org \
    --cc=openembedded-core@lists.openembedded.org \
    /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.