mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-09 10:59:39 +00:00
build: fix for Wayland headers not in standard include dirs.
Fix build when Wayland headers don't live in plain system include dirs like /usr/include but rather in /usr/include/wayland for instance. Original patch written by Dominique Leuenberger <dimstar@opensuse.org> https://bugzilla.gnome.org/show_bug.cgi?id=712282
This commit is contained in:
parent
bc8a87d8bb
commit
e713d43379
1 changed files with 4 additions and 0 deletions
|
@ -25,6 +25,10 @@ libgstvaapi_LIBS += \
|
|||
endif
|
||||
|
||||
if USE_WAYLAND
|
||||
libgstvaapi_CFLAGS += \
|
||||
$(WAYLAND_CFLAGS) \
|
||||
$(NULL)
|
||||
|
||||
libgstvaapi_LIBS += \
|
||||
$(top_builddir)/gst-libs/gst/vaapi/libgstvaapi-wayland-$(GST_API_VERSION).la
|
||||
endif
|
||||
|
|
Loading…
Reference in a new issue