mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-22 16:28:19 +02:00
Drop support for building without UserNotifications
Trying to maintain the two code paths is too much effort given all the new features being added to notifications.
This commit is contained in:
2
setup.py
2
setup.py
@@ -626,7 +626,7 @@ def kitty_env(args: Options) -> Env:
|
||||
if user_notifications_framework:
|
||||
platform_libs.extend(shlex.split(user_notifications_framework))
|
||||
else:
|
||||
cppflags.append('-DKITTY_USE_DEPRECATED_MACOS_NOTIFICATION_API')
|
||||
raise SystemExit('UserNotifications framework missing')
|
||||
# Apple deprecated OpenGL in Mojave (10.14) silence the endless
|
||||
# warnings about it
|
||||
cppflags.append('-DGL_SILENCE_DEPRECATION')
|
||||
|
||||
Reference in New Issue
Block a user