summaryrefslogtreecommitdiff
path: root/pkg/mpv
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2016-12-21 20:11:49 -0800
committerMichael Forney <mforney@mforney.org>2016-12-21 20:11:49 -0800
commitde90e24d461664b108ed13fa1f715dea4431aeef (patch)
tree28deb4645d1dd3de63f3740e25eba1522ce98dd4 /pkg/mpv
parent4814ead66a682519a0ca0508ae583346249fee3e (diff)
mpv: Enable wayland output by default
Diffstat (limited to 'pkg/mpv')
-rw-r--r--pkg/mpv/config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/mpv/config.h b/pkg/mpv/config.h
index c8289a41..0399c7a0 100644
--- a/pkg/mpv/config.h
+++ b/pkg/mpv/config.h
@@ -96,7 +96,7 @@
#define HAVE_COCOA 0
#define HAVE_DRM 1
#define HAVE_GBM 0
-#define HAVE_WAYLAND 0
+#define HAVE_WAYLAND 1
#define HAVE_X11 0
#define HAVE_XSS 0
#define HAVE_XEXT 0