You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at the Electron PKGBUILD and noticed that it has a makedepend on GTK2, despite the fact that it's apparently built with GTK3 support now as of #10 and has a runtime dependency on GTK3.
Is this an error or is it some intricacy of Electron?
The text was updated successfully, but these errors were encountered:
Right now Electron has no runtime or buildtime dependency on GTK2, however during the initial stage of the build process the Chromium part of the build does pkg-config gtk-2.0; rather than patching Chromium I opted for including gtk2 in makedepends.
I was looking at the Electron PKGBUILD and noticed that it has a makedepend on GTK2, despite the fact that it's apparently built with GTK3 support now as of #10 and has a runtime dependency on GTK3.
Is this an error or is it some intricacy of Electron?
The text was updated successfully, but these errors were encountered: