diff options
Diffstat (limited to 'src/gpm-backlight-helper.c')
-rw-r--r-- | src/gpm-backlight-helper.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/gpm-backlight-helper.c b/src/gpm-backlight-helper.c index a9c0fd4..07ad25f 100644 --- a/src/gpm-backlight-helper.c +++ b/src/gpm-backlight-helper.c @@ -53,9 +53,12 @@ gcm_backlight_helper_get_best_backlight () static const gchar *backlight_interfaces[] = { "nv_backlight", "nvidia_backlight", + "intel_backlight", + "dell_backlight", "asus_laptop", "toshiba", "eeepc", + "eeepc-wmi", "thinkpad_screen", "acpi_video1", "mbp_backlight", @@ -175,8 +178,10 @@ main (gint argc, gchar *argv[]) bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); textdomain (GETTEXT_PACKAGE); +#if !GLIB_CHECK_VERSION(2,36,0) /* setup type system */ g_type_init (); +#endif context = g_option_context_new (NULL); /* TRANSLATORS: tool that is used when copying profiles system-wide */ |