[Bug 784539] New: vulkan: Fails to build when only one WSI enabled
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Wed Jul 5 08:26:14 UTC 2017
https://bugzilla.gnome.org/show_bug.cgi?id=784539
Bug ID: 784539
Summary: vulkan: Fails to build when only one WSI enabled
Classification: Platform
Product: GStreamer
Version: git master
OS: Linux
Status: NEW
Severity: normal
Priority: Normal
Component: gst-plugins-bad
Assignee: gstreamer-bugs at lists.freedesktop.org
Reporter: jussi.kukkonen at intel.com
QA Contact: gstreamer-bugs at lists.freedesktop.org
GNOME version: ---
Created attachment 354910
--> https://bugzilla.gnome.org/attachment.cgi?id=354910&action=edit
vkdisplay: Use ifdef for platform specific defines
Build fails in ext/vulkan/xcb and ext/vulkan/wayland when:
* building from tarball
* building out-of-tree
* Only one WSI integration (xcb or wayland) is enabled by configure.ac
This is because vkconfig.h from source directory gets used instead of the
generated one.
Also, vkdisplay.c fails to build in general if only one WSI integration is
enabled.
Attaching a couple of patches. Maybe I should have tried to change vkconfig.h
to always generate (and not ship in tarball) but current patch just fixes the
issue following the current design.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list