aboutsummaryrefslogtreecommitdiffstats
path: root/fbiconfig.c
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-12-20 11:34:49 +0100
committerGerd Hoffmann <kraxel@redhat.com>2018-12-20 11:34:49 +0100
commitb6e710b142ee2ba5c6709f866a12e6bd1dec860a (patch)
tree69d6abc22649496484bb2e282934d5a85a6c80c3 /fbiconfig.c
parent80b2aecc8e763e00b39c0425be90947a7687745b (diff)
downloadfbida-b6e710b142ee2ba5c6709f866a12e6bd1dec860a.tar.gz
drop opengl (via cairo-gl) support
Diffstat (limited to 'fbiconfig.c')
-rw-r--r--fbiconfig.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/fbiconfig.c b/fbiconfig.c
index d33aecb..44e2321 100644
--- a/fbiconfig.c
+++ b/fbiconfig.c
@@ -243,14 +243,6 @@ struct cfg_cmdline fbpdf_cfg[] = {
.option = { O_PAGEFLIP },
.yesno = 1,
.desc = "use pageflip (drm only)",
-#ifdef HAVE_CAIRO_GL
- },{
- .letter = 'g',
- .cmdline = "opengl",
- .option = { O_OPENGL },
- .yesno = 1,
- .desc = "use opengl (drm only)",
-#endif
},{
.letter = 'm',
.cmdline = "mode",