From: Orfeas Date: Mon, 22 Sep 2025 09:43:46 +0000 (+0300) Subject: make.defaults: update use for GTK and QT X-Git-Url: https://git.orfeas.xyz/?a=commitdiff_plain;h=1f3955670176a2b5158793561e14b366cd835661;p=orf-overlay.git make.defaults: update use for GTK and QT --- diff --git a/profiles/amd64-desktop/make.defaults b/profiles/amd64-desktop/make.defaults index aa8da60..d1dbcac 100644 --- a/profiles/amd64-desktop/make.defaults +++ b/profiles/amd64-desktop/make.defaults @@ -49,10 +49,11 @@ USE="${USE} -X -xcomposite -xinerama -xscreensaver -xv" # GTK & QT # +# Enable: introspection and gstreamer for GTK, qml for QT # Disable: gtk documentation and gtk2, gtk3, qt5, qt6 toolkits # NOTES: enable them per-package -USE="${USE} -gtk2 -gtk3 -gtk-doc" -USE="${USE} -qt5 -qt6" +USE="${USE} introspection gstreamer -gtk2 -gtk3 -gtk-doc" +USE="${USE} qml -qt5 -qt6" # GNOME & KDE