diff options
author | Petri Latvala <petri.latvala@intel.com> | 2018-06-21 14:06:24 +0300 |
---|---|---|
committer | Arkadiusz Hiler <arkadiusz.hiler@intel.com> | 2018-06-25 09:32:08 +0300 |
commit | 9bbfbb1ce314578f18efe73b2cd74e877eb999fb (patch) | |
tree | 5bb730fa32519259a4540721dbcd969eff88e7dc /lib/igt_rc.h | |
parent | 23d50a49413aff619d00ec50fc2e051e9b45baa5 (diff) |
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 <petri.latvala@intel.com>
Cc: Daniel Vetter <daniel@ffwll.ch>
Cc: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/igt_rc.h')
-rw-r--r-- | lib/igt_rc.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/igt_rc.h b/lib/igt_rc.h index d7a314c58..53e5ce669 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 <glib.h> extern GKeyFile *igt_key_file; -#endif /* HAVE_GLIB */ #endif /* IGT_RC_H */ |