forked from Mirror/pmbootstrap
Disable LuneOS UI (see #1459) [skip ci]
Moved from aports/main to aports/luna, so we can disable the entire folder from building in the binary repository: * qt5-qtwebengine * postmarketos-ui-luna
This commit is contained in:
parent
df6e677c6e
commit
873b29eccd
55 changed files with 6 additions and 2 deletions
18
aports/luna/qt5-qtwebengine/use-ozone.patch
Normal file
18
aports/luna/qt5-qtwebengine/use-ozone.patch
Normal file
|
@ -0,0 +1,18 @@
|
|||
diff --git a/src/core/config/linux.pri b/src/core/config/linux.pri
|
||||
index 076d8a3..22a894f 100644
|
||||
--- a/src/core/config/linux.pri
|
||||
+++ b/src/core/config/linux.pri
|
||||
@@ -6,6 +6,13 @@ gn_args += \
|
||||
use_cups=false \
|
||||
use_gconf=false \
|
||||
use_gio=false \
|
||||
+ use_x11=false \
|
||||
+ use_ozone=true \
|
||||
+ ozone_auto_platforms=false \
|
||||
+ ozone_platform_headless=true \
|
||||
+ ozone_platform_external=true \
|
||||
+ ozone_platform=\"qt\" \
|
||||
+ enable_palmbridge=true \
|
||||
use_gnome_keyring=false \
|
||||
use_kerberos=false \
|
||||
linux_use_bundled_binutils=false
|
Loading…
Add table
Add a link
Reference in a new issue