]> Projects - orf-overlay.git/commitdiff Test
make.defaults: leave space between NOTES and previous comments
authorOrfeas <redacted>
Mon, 22 Sep 2025 10:21:52 +0000 (13:21 +0300)
committerOrfeas <redacted>
Mon, 22 Sep 2025 10:21:52 +0000 (13:21 +0300)
profiles/amd64-desktop/make.defaults

index b834a36a18518c6ff6b02504b57c4261c4eb6526..95162cc89035f4b13644c25fab880dc299805a58 100644 (file)
@@ -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"