Make x support optional.

This commit is contained in:
Storm Dragon
2026-05-07 12:50:45 -04:00
parent 1670c5711b
commit 0273f9b956

View File

@@ -101,12 +101,14 @@ setup(
"dbus-python>=1.2.8",
"pyperclip",
"pyudev>=0.21.0",
"python-xlib>=0.33",
"setuptools",
"setproctitle",
"pexpect",
"pyte>=0.7.0",
],
extras_require={
"x11": ["python-xlib>=0.33"],
},
)
if not forceSettingsFlag: