From: Orfeas Date: Mon, 22 Sep 2025 10:21:52 +0000 (+0300) Subject: make.defaults: leave space between NOTES and previous comments X-Git-Url: https://git.orfeas.xyz/?a=commitdiff_plain;h=99f5ddb7f0bf96b839667e1e293f3913d3afc523;p=orf-overlay.git make.defaults: leave space between NOTES and previous comments --- diff --git a/profiles/amd64-desktop/make.defaults b/profiles/amd64-desktop/make.defaults index b834a36..95162cc 100644 --- a/profiles/amd64-desktop/make.defaults +++ b/profiles/amd64-desktop/make.defaults @@ -52,6 +52,7 @@ USE="${USE} screencast fontconfig" # Xorg # # Disable: X and its extensions +# # NOTES: enable them per-package USE="${USE} -X -xcomposite -xpresent -xinerama -xscreensaver -xv" @@ -59,6 +60,7 @@ USE="${USE} -X -xcomposite -xpresent -xinerama -xscreensaver -xv" # # 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} introspection gstreamer -gtk2 -gtk3 -gtk-doc" USE="${USE} qml -qt5 -qt6"