All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v2, 1/1] package/mpv: handle --{en, dis}able-libmpv-{shared, static}
Date: Thu, 10 Jun 2021 22:25:26 +0200	[thread overview]
Message-ID: <87im2lh3gp.fsf@dell.be.48ers.dk> (raw)
In-Reply-To: <20210605220031.2750663-1-fontaine.fabrice@gmail.com> (Fabrice Fontaine's message of "Sun, 6 Jun 2021 00:00:31 +0200")

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > libmpv-static and libmpv-shared are disabled by default resulting in the
 > following build failure when building with gl but without rpi, wayland
 > or x11:

 > Checking for OpenGL without platform-specific code (e.g. for libmpv)      : libmpv-shared not found
 > Checking for OpenGL context support                                       : gl-cocoa not found
 > You manually enabled the feature 'gl', but the autodetection check failed.

 > Here is an extract of wscript:

 >     } , {
 >         'name': '--plain-gl',
 >         'desc': 'OpenGL without platform-specific code (e.g. for libmpv)',
 >         'deps': 'libmpv-shared || libmpv-static',
 >         'func': check_true,
 >     }, {
 >         'name': '--gl',
 >         'desc': 'OpenGL context support',
 >         'deps': 'gl-cocoa || gl-x11 || egl-x11 || egl-drm || '
 >                  + 'gl-win32 || gl-wayland || rpi || '
 >                  + 'plain-gl',
 >         'func': check_true,
 >         'req': True,
 >         'fmsg': "No OpenGL video output found or enabled. " +
 >                 "Aborting. If you really mean to compile without OpenGL " +
 >                 "video outputs use --disable-gl.",
 >     }, {

 > Fixes:
 >  - http://autobuild.buildroot.org/results/590d2a8b6746ef071dfb439e42b636f81dbdc35d

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
 > ---
 > Changes v1 -> v2 (after review of Yann E. Morin):
 >  - shared and static can't be enabled simultaneously so prefer shared
 >    over static for BR2_SHARED_STATIC_LIBS

Committed to 2021.02.x, thanks.

-- 
Bye, Peter Korsgaard

      parent reply	other threads:[~2021-06-10 20:25 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-05 22:00 [Buildroot] [PATCH v2, 1/1] package/mpv: handle --{en, dis}able-libmpv-{shared, static} Fabrice Fontaine
2021-06-06  7:40 ` Yann E. MORIN
2021-06-10 20:25 ` Peter Korsgaard [this message]

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=87im2lh3gp.fsf@dell.be.48ers.dk \
    --to=peter@korsgaard.com \
    --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.