xfce.xfce4-settings: add withXrandr option
This commit is contained in:
@@ -13,6 +13,7 @@
|
|||||||
libxfce4ui,
|
libxfce4ui,
|
||||||
libxfce4util,
|
libxfce4util,
|
||||||
libxklavier,
|
libxklavier,
|
||||||
|
withXrandr ? true,
|
||||||
upower,
|
upower,
|
||||||
# Disabled by default on upstream and actually causes issues:
|
# Disabled by default on upstream and actually causes issues:
|
||||||
# https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/222
|
# https://gitlab.xfce.org/xfce/xfce4-settings/-/issues/222
|
||||||
@@ -57,6 +58,7 @@ mkXfceDerivation {
|
|||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--enable-pluggable-dialogs"
|
"--enable-pluggable-dialogs"
|
||||||
"--enable-sound-settings"
|
"--enable-sound-settings"
|
||||||
|
(lib.enableFeature withXrandr "xrandr")
|
||||||
]
|
]
|
||||||
++ lib.optionals withUpower [ "--enable-upower-glib" ]
|
++ lib.optionals withUpower [ "--enable-upower-glib" ]
|
||||||
++ lib.optionals withColord [ "--enable-colord" ];
|
++ lib.optionals withColord [ "--enable-colord" ];
|
||||||
|
|||||||
Reference in New Issue
Block a user