Make x support optional.

This commit is contained in:
Storm Dragon
2026-05-07 12:50:45 -04:00
parent 1670c5711b
commit 0273f9b956
+3 -1
View File
@@ -101,12 +101,14 @@ setup(
"dbus-python>=1.2.8", "dbus-python>=1.2.8",
"pyperclip", "pyperclip",
"pyudev>=0.21.0", "pyudev>=0.21.0",
"python-xlib>=0.33",
"setuptools", "setuptools",
"setproctitle", "setproctitle",
"pexpect", "pexpect",
"pyte>=0.7.0", "pyte>=0.7.0",
], ],
extras_require={
"x11": ["python-xlib>=0.33"],
},
) )
if not forceSettingsFlag: if not forceSettingsFlag: