diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-01 11:05:46 +0100 |
---|---|---|
committer | Gerd Hoffmann <kraxel@redhat.com> | 2019-02-01 11:05:46 +0100 |
commit | 8b995ae58d66333618da67432b921c78b7752862 (patch) | |
tree | e2998a85dd5835a83c0015a11fc772d7099a07dd /meson.build | |
parent | 8c074984301b0e358d0698535d9f457b703db59d (diff) | |
download | fbida-8b995ae58d66333618da67432b921c78b7752862.tar.gz |
drop dither support, switch shadow fb to DRM_FORMAT_XRGB8888 (aka CAIRO_FORMAT_RGB24)
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build index f287b77..cd9cc49 100644 --- a/meson.build +++ b/meson.build @@ -85,7 +85,7 @@ add_global_arguments(['-include', 'config.h'], language : 'c') fbi_srcs = [ 'fbi.c', 'fb-gui.c', 'desktop.c', 'parseconfig.c', 'fbiconfig.c', 'vt.c', 'kbd.c', 'fbtools.c', 'drmtools.c', - 'dither.c', 'filter.c', 'op.c', 'jpegtools.c', + 'filter.c', 'op.c', 'jpegtools.c', trans_src, read_srcs ] fbi_deps = [ freetype_dep, fontconf_dep, drm_dep, pixman_dep, @@ -158,7 +158,7 @@ ida_logo = custom_target('ida-logo', output : ['logo.h'], command : [ hexify, '@INPUT@', '@OUTPUT@']) ida_srcs = [ 'ida.c', 'man.c', 'hex.c', 'x11.c', 'viewer.c', - 'dither.c', 'icons.c', 'parseconfig.c', 'idaconfig.c', + 'icons.c', 'parseconfig.c', 'idaconfig.c', 'fileops.c', 'desktop.c', 'RegEdit.c', 'selections.c', 'xdnd.c', 'filebutton.c', 'filelist.c', 'browser.c', 'jpegtools.c', 'op.c', 'filter.c', 'lut.c', 'color.c', |