diff mbox

[13/13] package/vlc: depends on the virtual package libgl

Message ID an552bx168.ln2@ID-313208.user.individual.net
State Superseded
Headers show

Commit Message

Bernd Kuhls April 17, 2014, 2:40 p.m. UTC
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote in
news:55d8bed0fa397c30345e1ba8318eeeb76fac7a3a.1396699629.git.yann.morin.199
8@free.fr: 

> We now have a virtual package, libgl, which ensures openGL is available.

Hi,

a similar patch should be included in your patch series to fix
http://autobuild.buildroot.net/results/f7a/f7af081048ad967ed4a76afd8c527395f7
b0c2dc/



Regards, Bernd

Comments

Yann E. MORIN April 17, 2014, 2:54 p.m. UTC | #1
Bernd, All,

On 2014-04-17 16:40 +0200, Bernd Kuhls spake thusly:
> "Yann E. MORIN" <yann.morin.1998@free.fr> wrote in
> news:55d8bed0fa397c30345e1ba8318eeeb76fac7a3a.1396699629.git.yann.morin.199
> 8@free.fr: 
> 
> > We now have a virtual package, libgl, which ensures openGL is available.
> 
> Hi,
> 
> a similar patch should be included in your patch series to fix
> http://autobuild.buildroot.net/results/f7a/f7af081048ad967ed4a76afd8c527395f7
> b0c2dc/

Sure! Care to add your SoB-line and a proper commit-log, so I can add
it to my series?

Regards,
Yann E. MORIN.

> --- a/package/x11r7/xapp_xdriinfo/Config.in
> +++ b/package/x11r7/xapp_xdriinfo/Config.in
> @@ -2,6 +2,9 @@ config BR2_PACKAGE_XAPP_XDRIINFO
>         bool "xdriinfo"
>         select BR2_PACKAGE_XLIB_LIBX11
>         select BR2_PACKAGE_XPROTO_GLPROTO
> -       depends on BR2_PACKAGE_MESA3D
> +       depends on BR2_PACKAGE_HAS_LIBGL
>         help
>           query configuration information of DRI drivers
> +
> +comment "xdriinfo depends on OpenGL"
> +       depends on !BR2_PACKAGE_HAS_LIBGL
> 
> 
> Regards, Bernd
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Bernd Kuhls April 17, 2014, 3:42 p.m. UTC | #2
"Yann E. MORIN" <yann.morin.1998@free.fr> wrote in
news:20140417145428.GA3270@free.fr: 

> Sure! Care to add your SoB-line and a proper commit-log, so I can add
> it to my series?

Hi,

done: http://patchwork.ozlabs.org/patch/339953/

Regards, Bernd
diff mbox

Patch

--- a/package/x11r7/xapp_xdriinfo/Config.in
+++ b/package/x11r7/xapp_xdriinfo/Config.in
@@ -2,6 +2,9 @@  config BR2_PACKAGE_XAPP_XDRIINFO
        bool "xdriinfo"
        select BR2_PACKAGE_XLIB_LIBX11
        select BR2_PACKAGE_XPROTO_GLPROTO
-       depends on BR2_PACKAGE_MESA3D
+       depends on BR2_PACKAGE_HAS_LIBGL
        help
          query configuration information of DRI drivers
+
+comment "xdriinfo depends on OpenGL"
+       depends on !BR2_PACKAGE_HAS_LIBGL