From 9bbfbb1ce314578f18efe73b2cd74e877eb999fb Mon Sep 17 00:00:00 2001 From: Petri Latvala Date: Thu, 21 Jun 2018 14:06:24 +0300 Subject: Make GLib mandatory GLib was originally made optional for Android builds, and Android support was dropped a while ago due to lack of use and maintenance. Building without GLib was broken without bug reports anyway. Signed-off-by: Petri Latvala Cc: Daniel Vetter Cc: Arkadiusz Hiler Reviewed-by: Daniel Vetter --- lib/igt_rc.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/igt_rc.h') diff --git a/lib/igt_rc.h b/lib/igt_rc.h index d7a314c5..53e5ce66 100644 --- a/lib/igt_rc.h +++ b/lib/igt_rc.h @@ -25,10 +25,8 @@ #ifndef IGT_RC_H #define IGT_RC_H -#ifdef HAVE_GLIB #include extern GKeyFile *igt_key_file; -#endif /* HAVE_GLIB */ #endif /* IGT_RC_H */ -- cgit v1.2.3