diff options
author | Christoph Willing <chris.willing@iinet.net.au> | 2017-04-29 10:49:32 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-04-29 12:50:50 +0700 |
commit | b96c9e60c642e81416ef6fb3e3da4033573ce17f (patch) | |
tree | 3536d75e44ddb4250a993188d2edcc2b085e27ff /multimedia/vlc/README | |
parent | eb97a7fe5b4932ee38a258b1716957155a20fed0 (diff) | |
download | slackbuilds-b96c9e60c642e81416ef6fb3e3da4033573ce17f.tar.gz |
multimedia/vlc: Added optional Wayland support
Signed-off-by: Christoph Willing <chris.willing@iinet.net.au>
Diffstat (limited to 'multimedia/vlc/README')
-rw-r--r-- | multimedia/vlc/README | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/multimedia/vlc/README b/multimedia/vlc/README index 7288e78811..1177672e27 100644 --- a/multimedia/vlc/README +++ b/multimedia/vlc/README @@ -12,6 +12,15 @@ are detected at build time, they will be included. Conversely if optional packages are not available at build time, vlc will continue to build with a reduced feature set. +Support for Wayland is a special case. It is not supported by default +but can be enabled setting the WAYLAND environment variable to "yes" +when running the SlackBuild e.g. + WAYLAND=yes sh vlc.SlackBuild +This support also requires additional SBo packages wayland-egl and +wayland-protocols. It also depends on the qt5 package having been +built with wayland support i.e. wayland package was installed when the +qt5 package was built. + The vsxu SlackBuild is now optional for x86 machines; removed from REQUIRES since it does not compile on arm machines at the moment. |