All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] poky.ent: Update OPENSUSE_HOST_PACKAGES_ESSENTIAL to include mesa-dri-devel
@ 2020-05-19 17:31 akuster
  2020-05-19 19:04 ` [docs] " Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: akuster @ 2020-05-19 17:31 UTC (permalink / raw)
  To: docs

Signed-off-by: Armin Kuster <akuster808@gmail.com>
---
 documentation/poky.ent | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/poky.ent b/documentation/poky.ent
index a54793911a..fd8c335868 100755
--- a/documentation/poky.ent
+++ b/documentation/poky.ent
@@ -70,7 +70,7 @@
      python3-jinja2 SDL-devel xterm rpcgen">
 <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath make wget python-xml \
      diffstat makeinfo python-curses patch socat python3 python3-curses tar python3-pip \
-     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen
+     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel xterm rpcgen mesa-dri-devel
      $ sudo pip3 install GitPython">
 <!ENTITY CENTOS7_HOST_PACKAGES_ESSENTIAL "-y epel-release
      $ sudo yum makecache
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [docs] [PATCH] poky.ent: Update OPENSUSE_HOST_PACKAGES_ESSENTIAL to include mesa-dri-devel
  2020-05-19 17:31 [PATCH] poky.ent: Update OPENSUSE_HOST_PACKAGES_ESSENTIAL to include mesa-dri-devel akuster
@ 2020-05-19 19:04 ` Alexander Kanavin
  2020-05-19 19:14   ` akuster
  0 siblings, 1 reply; 4+ messages in thread
From: Alexander Kanavin @ 2020-05-19 19:04 UTC (permalink / raw)
  To: akuster; +Cc: docs

[-- Attachment #1: Type: text/plain, Size: 1190 bytes --]

Should be capitalized: Mesa-dri-devel.

Also, the equivalents for other distributions should be added, specifically
packages which contain dri.pc pkg-config file.

Alex

On Tue, 19 May 2020 at 19:31, akuster <akuster808@gmail.com> wrote:

> Signed-off-by: Armin Kuster <akuster808@gmail.com>
> ---
>  documentation/poky.ent | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/documentation/poky.ent b/documentation/poky.ent
> index a54793911a..fd8c335868 100755
> --- a/documentation/poky.ent
> +++ b/documentation/poky.ent
> @@ -70,7 +70,7 @@
>       python3-jinja2 SDL-devel xterm rpcgen">
>  <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git chrpath
> make wget python-xml \
>       diffstat makeinfo python-curses patch socat python3 python3-curses
> tar python3-pip \
> -     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel
> xterm rpcgen
> +     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1 libSDL-devel
> xterm rpcgen mesa-dri-devel
>       $ sudo pip3 install GitPython">
>  <!ENTITY CENTOS7_HOST_PACKAGES_ESSENTIAL "-y epel-release
>       $ sudo yum makecache
> --
> 2.17.1
>
> 
>

[-- Attachment #2: Type: text/html, Size: 1674 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [docs] [PATCH] poky.ent: Update OPENSUSE_HOST_PACKAGES_ESSENTIAL to include mesa-dri-devel
  2020-05-19 19:04 ` [docs] " Alexander Kanavin
@ 2020-05-19 19:14   ` akuster
  2020-05-19 19:57     ` Alexander Kanavin
  0 siblings, 1 reply; 4+ messages in thread
From: akuster @ 2020-05-19 19:14 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: docs

[-- Attachment #1: Type: text/plain, Size: 1580 bytes --]



On 5/19/20 12:04 PM, Alexander Kanavin wrote:
> Should be capitalized: Mesa-dri-devel.

Ah, didn't realized. will send V2.

>
> Also, the equivalents for other distributions should be added,
> specifically packages which contain dri.pc pkg-config file.

Sounds like a great idea. I will wait for someone to send those package
names.

- armin
>
> Alex
>
> On Tue, 19 May 2020 at 19:31, akuster <akuster808@gmail.com
> <mailto:akuster808@gmail.com>> wrote:
>
>     Signed-off-by: Armin Kuster <akuster808@gmail.com
>     <mailto:akuster808@gmail.com>>
>     ---
>      documentation/poky.ent | 2 +-
>      1 file changed, 1 insertion(+), 1 deletion(-)
>
>     diff --git a/documentation/poky.ent b/documentation/poky.ent
>     index a54793911a..fd8c335868 100755
>     --- a/documentation/poky.ent
>     +++ b/documentation/poky.ent
>     @@ -70,7 +70,7 @@
>           python3-jinja2 SDL-devel xterm rpcgen">
>      <!ENTITY OPENSUSE_HOST_PACKAGES_ESSENTIAL "python gcc gcc-c++ git
>     chrpath make wget python-xml \
>           diffstat makeinfo python-curses patch socat python3
>     python3-curses tar python3-pip \
>     -     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
>     libSDL-devel xterm rpcgen
>     +     python3-pexpect xz which python3-Jinja2 Mesa-libEGL1
>     libSDL-devel xterm rpcgen mesa-dri-devel
>           $ sudo pip3 install GitPython">
>      <!ENTITY CENTOS7_HOST_PACKAGES_ESSENTIAL "-y epel-release
>           $ sudo yum makecache
>     -- 
>     2.17.1
>
>     
>


[-- Attachment #2: Type: text/html, Size: 3197 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [docs] [PATCH] poky.ent: Update OPENSUSE_HOST_PACKAGES_ESSENTIAL to include mesa-dri-devel
  2020-05-19 19:14   ` akuster
@ 2020-05-19 19:57     ` Alexander Kanavin
  0 siblings, 0 replies; 4+ messages in thread
From: Alexander Kanavin @ 2020-05-19 19:57 UTC (permalink / raw)
  To: akuster808; +Cc: docs

[-- Attachment #1: Type: text/plain, Size: 372 bytes --]

On Tue, 19 May 2020 at 21:15, akuster808 <akuster808@gmail.com> wrote:

> Also, the equivalents for other distributions should be added,
> specifically packages which contain dri.pc pkg-config file.
>
>
> Sounds like a great idea. I will wait for someone to send those package
> names.
>

Ubuntu/Debian: mesa-common-dev
Fedora/Centos: mesa-libGL-devel

Alex

[-- Attachment #2: Type: text/html, Size: 861 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-05-19 19:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-05-19 17:31 [PATCH] poky.ent: Update OPENSUSE_HOST_PACKAGES_ESSENTIAL to include mesa-dri-devel akuster
2020-05-19 19:04 ` [docs] " Alexander Kanavin
2020-05-19 19:14   ` akuster
2020-05-19 19:57     ` Alexander Kanavin

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.