diff options
author | Bastien Nocera <hadess@hadess.net> | 2019-02-07 18:28:03 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2019-02-07 20:41:55 +0100 |
commit | 8668fe812762bba32fc75281a248437b9f0efd76 (patch) | |
tree | 56908114de1263231980cb2565a9d9688bf4f6ae /src/meson.build | |
parent | a4c99c6af01c170385f11486b432bf0d0f71f0e4 (diff) | |
download | totem-8668fe812762bba32fc75281a248437b9f0efd76.tar.gz |
backend: Remove X11 dependency
The missing plugins helper window parenting trick hasn't been used by
any implementation for a while.
Closes: #220
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 1ad4db15d..478798384 100644 --- a/src/meson.build +++ b/src/meson.build @@ -57,7 +57,6 @@ totem_common_deps = libbacon_video_widget_deps + python_deps + [ glib_dep, gio_dep, gtk_dep, - gdk_x11_dep, dependency('gmodule-2.0'), totem_plparser_dep, peas_dep, |