Github messages for voidlinux
 help / color / mirror / Atom feed
* [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
@ 2020-07-04 16:26 Kratacoa
  2020-07-04 16:30 ` Duncaen
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: Kratacoa @ 2020-07-04 16:26 UTC (permalink / raw)
  To: ml

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

New issue by Kratacoa on void-packages repository

https://github.com/void-linux/void-packages/issues/23389

Description:
### System

* packages:  
xf86-video-intel-2.99.917.899_2
mesa-dri-20.1.2_1
mesa-20.1.2_1
libgbm-20.1_1
wayland-1.

### Expected behavior
`xf86-video-intel` and `xorg-server` (related to `libgbm`) pulling in only X-related packages 

### Actual behavior
`wayland` breaks in trasaction `mesa-dri` and `libgbm` according to `xbps-remove` 

### Steps to reproduce the behavior
Clean installation of Void Linux with musl.


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

* Re: `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
  2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
@ 2020-07-04 16:30 ` Duncaen
  2020-07-04 16:31 ` Duncaen
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2020-07-04 16:30 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/23389#issuecomment-653786214

Comment:
Yes, wayland is just the protocol, mesa is built with wayland support.

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

* Re: `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
  2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
  2020-07-04 16:30 ` Duncaen
@ 2020-07-04 16:31 ` Duncaen
  2020-07-04 16:54 ` Kratacoa
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2020-07-04 16:31 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/23389#issuecomment-653786214

Comment:
Yes, wayland is just the protocol, mesa is built with wayland support. There is no good reason to not ship with wayland support by default.

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

* Re: `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
  2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
  2020-07-04 16:30 ` Duncaen
  2020-07-04 16:31 ` Duncaen
@ 2020-07-04 16:54 ` Kratacoa
  2020-07-04 16:58 ` Duncaen
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Kratacoa @ 2020-07-04 16:54 UTC (permalink / raw)
  To: ml

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

New comment by Kratacoa on void-packages repository

https://github.com/void-linux/void-packages/issues/23389#issuecomment-653788435

Comment:
> Yes, wayland is just the protocol, mesa is built with wayland support. There is no good reason to not ship with wayland support by default.

Isn't it redundant/useless for users of X? There is no comfortable way to modularise it?

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

* Re: `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
  2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
                   ` (2 preceding siblings ...)
  2020-07-04 16:54 ` Kratacoa
@ 2020-07-04 16:58 ` Duncaen
  2020-07-04 16:58 ` Duncaen
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2020-07-04 16:58 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/23389#issuecomment-653788775

Comment:
There is not and there is not a single distribution I'm aware of that attempts something like that, its just not worth it.

There is a build option in the mesa template to allow you to disable wayland support, if you really want to get rid of less than 200KB, clone this repository and `./xbps-src -o ~wayland pkg mesa`.

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

* Re: `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
  2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
                   ` (3 preceding siblings ...)
  2020-07-04 16:58 ` Duncaen
@ 2020-07-04 16:58 ` Duncaen
  2020-07-04 17:07 ` Kratacoa
  2020-07-04 17:07 ` [ISSUE] [CLOSED] " Kratacoa
  6 siblings, 0 replies; 8+ messages in thread
From: Duncaen @ 2020-07-04 16:58 UTC (permalink / raw)
  To: ml

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

New comment by Duncaen on void-packages repository

https://github.com/void-linux/void-packages/issues/23389#issuecomment-653788775

Comment:
There is not and there is not a single distribution I'm aware of that attempts something like that (excluding source based distributions like gentoo where you decide what should be enabled), its just not worth it.

There is a build option in the mesa template to allow you to disable wayland support, if you really want to get rid of less than 200KB, clone this repository and `./xbps-src -o ~wayland pkg mesa`.

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

* Re: `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
  2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
                   ` (4 preceding siblings ...)
  2020-07-04 16:58 ` Duncaen
@ 2020-07-04 17:07 ` Kratacoa
  2020-07-04 17:07 ` [ISSUE] [CLOSED] " Kratacoa
  6 siblings, 0 replies; 8+ messages in thread
From: Kratacoa @ 2020-07-04 17:07 UTC (permalink / raw)
  To: ml

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

New comment by Kratacoa on void-packages repository

https://github.com/void-linux/void-packages/issues/23389#issuecomment-653789689

Comment:
Oh, I didn't care to check the actual size of the difference between having it and not, I just assumed it would be significant; I beg pardon for my lack of diligence.
Thank you for the swift reply and clarification, I'll close the issue.

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

* Re: [ISSUE] [CLOSED] `wayland` is being pulled in as a dependency of `mesa` and `libgbm`
  2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
                   ` (5 preceding siblings ...)
  2020-07-04 17:07 ` Kratacoa
@ 2020-07-04 17:07 ` Kratacoa
  6 siblings, 0 replies; 8+ messages in thread
From: Kratacoa @ 2020-07-04 17:07 UTC (permalink / raw)
  To: ml

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

Closed issue by Kratacoa on void-packages repository

https://github.com/void-linux/void-packages/issues/23389

Description:
### System

#### Packages:  
* xf86-video-intel-2.99.917.899_2
* mesa-dri-20.1.2_1
* mesa-20.1.2_1
* libgbm-20.1_1
* wayland-1.

### Expected behavior
`xf86-video-intel` and `xorg-server` (related to `libgbm`) pulling in only X-related packages 

### Actual behavior
`wayland` breaks in trasaction `mesa-dri` and `libgbm` according to `xbps-remove` 

### Steps to reproduce the behavior
Clean installation of Void Linux with musl.


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

end of thread, other threads:[~2020-07-04 17:07 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-07-04 16:26 [ISSUE] `wayland` is being pulled in as a dependency of `mesa` and `libgbm` Kratacoa
2020-07-04 16:30 ` Duncaen
2020-07-04 16:31 ` Duncaen
2020-07-04 16:54 ` Kratacoa
2020-07-04 16:58 ` Duncaen
2020-07-04 16:58 ` Duncaen
2020-07-04 17:07 ` Kratacoa
2020-07-04 17:07 ` [ISSUE] [CLOSED] " Kratacoa

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).