diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2014-11-20 09:49:44 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2015-03-12 15:49:57 +0100 |
commit | da076ffed6b9a9cb6b1afce78a4de743212db36e (patch) | |
tree | 52e2baee8dff269166497351543d2ec2766025b8 /vl.c | |
parent | d28d6505bd72f0d6e3e7a968c60c27f893da976e (diff) |
configure: opengl overhaul
Rename config option from "glx" to "opengl", glx will not be the only
option for opengl in near future. Also switch over to pkg-config for
opengl support detection.
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'vl.c')
-rw-r--r-- | vl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -130,6 +130,7 @@ static int data_dir_idx; const char *bios_name = NULL; enum vga_retrace_method vga_retrace_method = VGA_RETRACE_DUMB; DisplayType display_type = DT_DEFAULT; +int display_opengl; static int display_remote; const char* keyboard_layout = NULL; ram_addr_t ram_size; |