Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Disabling GTK3 in a product

For reference, there is a way to do this now in the .product file. This
can be added to the program arguments:

--launcher.GTK_version 2

More details here:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=434619

Marc-Andre

On 14-05-08 01:29 PM, Marc-André Laperle wrote:
> Hello,
>
> We would like to build a product with Luna but force it to disable GTK3
> support. I'm aware of the SWT_GTK3 environment variable but I haven't
> found a way to specify this in the .product. Is there a way to do
> something like this?
>
> Thank you,
> Marc-Andre
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev



Back to the top