diff options
author | Bastien Nocera <hadess@hadess.net> | 2018-12-15 14:24:46 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2018-12-16 01:40:18 +0000 |
commit | 0bae86c36a2c0f2243a6e9f3301f6705be25ea76 (patch) | |
tree | e26580c05b54d825afd8882d395b4a1d9b03b3ea /src/meson.build | |
parent | 4fba51c82d855426ad73f8215d0ed7bfdfa4fae2 (diff) | |
download | totem-0bae86c36a2c0f2243a6e9f3301f6705be25ea76.tar.gz |
thumbnailer: Remove GDK and cairo deps
They're not used.
Diffstat (limited to 'src/meson.build')
-rw-r--r-- | src/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/meson.build b/src/meson.build index 1e79c2e46..3eb63d52f 100644 --- a/src/meson.build +++ b/src/meson.build @@ -204,7 +204,6 @@ totem_video_thumbnailer_sources = files( ) totem_video_thumbnailer_deps = [ - dependency('gdk-3.0'), totem_plparser_dep, gst_tag_dep, gst_video_dep, |