summaryrefslogtreecommitdiff
path: root/src/meson.build
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2018-12-15 14:24:46 +0100
committerBastien Nocera <hadess@hadess.net>2018-12-16 01:40:18 +0000
commit0bae86c36a2c0f2243a6e9f3301f6705be25ea76 (patch)
treee26580c05b54d825afd8882d395b4a1d9b03b3ea /src/meson.build
parent4fba51c82d855426ad73f8215d0ed7bfdfa4fae2 (diff)
downloadtotem-0bae86c36a2c0f2243a6e9f3301f6705be25ea76.tar.gz
thumbnailer: Remove GDK and cairo deps
They're not used.
Diffstat (limited to 'src/meson.build')
-rw-r--r--src/meson.build1
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,