Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-07-03 Thread Eli Schwartz
On 7/3/24 7:16 AM, Mart Raudsepp wrote: > Please do see about approaching upstream about this in the context of > GTK4 in a constructive friendly manner, perhaps from the angle of how > to transition any distribution to a GTK that does not include X11 > support with less migrational pain - this sho

Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-07-03 Thread Mart Raudsepp
On Thu, 2024-06-27 at 05:58 +0100, Sam James wrote: > Eli Schwartz writes: > > > On 6/26/24 5:03 AM, Sam James wrote: > > > Eli Schwartz writes: > > > > > > > Many packages perform automagic dependencies on gdk's backend > > > > implementations by checking if the macro is defined and then > > >

Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-06-26 Thread Sam James
Eli Schwartz writes: > On 6/26/24 5:03 AM, Sam James wrote: >> Eli Schwartz writes: >> >>> Many packages perform automagic dependencies on gdk's backend >>> implementations by checking if the macro is defined and then using the >>> code it unlocks, rather than having a buildsystem option such a

Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-06-26 Thread Eli Schwartz
On 6/26/24 5:03 AM, Sam James wrote: > Eli Schwartz writes: > >> Many packages perform automagic dependencies on gdk's backend >> implementations by checking if the macro is defined and then using the >> code it unlocks, rather than having a buildsystem option such as >> -Dwayland=true. >> > Does

Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-06-26 Thread Sam James
Eli Schwartz writes: > Many packages perform automagic dependencies on gdk's backend > implementations by checking if the macro is defined and then using the > code it unlocks, rather than having a buildsystem option such as > -Dwayland=true. > Doesn't gtk3 need this too? Also, could we have an u

Re: [gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-06-24 Thread Florian Schmaus
On 23/06/2024 19.35, Eli Schwartz wrote: Many packages perform automagic dependencies on gdk's backend implementations by checking if the macro is defined and then using the code it unlocks, rather than having a buildsystem option such as -Dwayland=true. It's unfeasible to patch every such packa

[gentoo-dev] [PATCH 1/5] gui-libs/gtk: add a "poison" macro support to disable X/wayland

2024-06-23 Thread Eli Schwartz
Many packages perform automagic dependencies on gdk's backend implementations by checking if the macro is defined and then using the code it unlocks, rather than having a buildsystem option such as -Dwayland=true. It's unfeasible to patch every such package's source code to add configure options a