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:
Giovanni Campagna
2011-05-12 18:32:06 +02:00
parent eae099f97c
commit bfd107cef0
@@ -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@"
}