mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-25 05:05:13 +02:00
Rocket.Chat-Desktop still uses electron19.
electron19 still in the repo.
This reverts commit c4d86008da
.
12 lines
314 B
Diff
12 lines
314 B
Diff
--- media/BUILD.gn 2020-03-24 10:16:30.000000000 +0100
|
|
+++ - 2020-04-06 14:32:27.960817513 +0200
|
|
@@ -65,6 +65,9 @@
|
|
if (use_cras) {
|
|
defines += [ "USE_CRAS" ]
|
|
}
|
|
+ if (use_sndio) {
|
|
+ defines += [ "USE_SNDIO" ]
|
|
+ }
|
|
}
|
|
|
|
# Internal grouping of the configs necessary to support sub-folders having their
|