x11: Require xrandr 1.5 at build time

While leaving the runtime checks in place, requiring xrandr 1.5 at build
time allows us to remove some seemingly unnecessary conditional
inclusion of functionality.
This commit is contained in:
Jonas Ådahl
2018-07-12 17:03:48 +02:00
parent 2f4a68c8c3
commit ecec99eedb
5 changed files with 2 additions and 37 deletions

View File

@ -118,11 +118,6 @@ static void prefs_changed_callback (MetaPreference pref,
static void
meta_print_compilation_info (void)
{
#ifdef HAVE_RANDR
meta_verbose ("Compiled with randr extension\n");
#else
meta_verbose ("Compiled without randr extension\n");
#endif
#ifdef HAVE_STARTUP_NOTIFICATION
meta_verbose ("Compiled with startup notification\n");
#else