xrandr-indicator: require the right gjs version
xrandr-indicator makes the whole shell crash if the right gjs features are missing, but instead of asking not to install it, we can use gjs versioning.
This commit is contained in:
@@ -3,6 +3,7 @@
|
||||
"name": "Monitor Status Indicator",
|
||||
"description": "Add a systems status menu for rotating monitors (overrides what is currently provided by gnome-settings-daemon)",
|
||||
"shell-version": [ "@shell_current@" ],
|
||||
"js-version": [ "0.7.15" ],
|
||||
"localedir": "@LOCALEDIR@",
|
||||
"url": "@url@"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user