summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2018-08-27 13:06:38 -0700
committerwm4 <1387750+wm4@users.noreply.github.com>2019-10-17 12:26:22 +0200
commit2fcd5271eb045e235c281faa73d8676c4bcea4b3 (patch)
tree5dabb540d1c23853c9ac95041fe292d7e9d625c2 /wscript_build.py
parente49db40382e0aa80d92c8ec4b5b8dc609f51819b (diff)
downloadmpv-2fcd5271eb045e235c281faa73d8676c4bcea4b3.tar.bz2
mpv-2fcd5271eb045e235c281faa73d8676c4bcea4b3.tar.xz
Reintroduce vo_wayland as vo_wlshm
vo_wayland was removed during the wayland rewrite done in 0.28. However, it is still useful for systems that do not have OpenGL. The new wayland_common code makes vo_wayland much simpler, and eliminates many of the issues the previous vo_wayland had.
Diffstat (limited to 'wscript_build.py')
-rw-r--r--wscript_build.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wscript_build.py b/wscript_build.py
index 63273898f3..1fed29ceea 100644
--- a/wscript_build.py
+++ b/wscript_build.py
@@ -488,6 +488,7 @@ def build(ctx):
( "video/out/vo_tct.c" ),
( "video/out/vo_vaapi.c", "vaapi-x11 && gpl" ),
( "video/out/vo_vdpau.c", "vdpau" ),
+ ( "video/out/vo_wlshm.c", "wayland" ),
( "video/out/vo_x11.c" , "x11" ),
( "video/out/vo_xv.c", "xv" ),
( "video/out/vulkan/context.c", "vulkan" ),