diff options
Diffstat (limited to 'dev-util/electron/metadata.xml')
-rw-r--r-- | dev-util/electron/metadata.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/dev-util/electron/metadata.xml b/dev-util/electron/metadata.xml index fbd23cbc1d7a..3c3adf33f304 100644 --- a/dev-util/electron/metadata.xml +++ b/dev-util/electron/metadata.xml @@ -11,6 +11,7 @@ </maintainer> <longdescription>Electron is a cross platform application development framework based on web technologies based on Chromium</longdescription> <use> + <flag name="gtk3">Build with GTK+3 instead of GTK+2</flag> <flag name="hidpi">Enable support for high-resolution screens (high dots per inch)</flag> <flag name="lto">Build with link time optimization enabled</flag> <flag name="pic">Disable optimized assembly code that is not PIC friendly</flag> @@ -20,5 +21,7 @@ </use> <upstream> <remote-id type="github">elprans/asar</remote-id> + <remote-id type="github">elprans/grit</remote-id> + <remote-id type="github">elprans/node-browserify</remote-id> </upstream> </pkgmetadata> |