mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-21 17:21:13 +00:00
cmake: Add Android libvulkan to the ignored system libraries
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/7861>
This commit is contained in:
parent
5154f43b58
commit
51c6aa9e2f
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ find_library(GStreamer_LIBRARY
|
||||||
# Android: Ignore these libraries when constructing the IMPORTED_LOCATION
|
# Android: Ignore these libraries when constructing the IMPORTED_LOCATION
|
||||||
set(_gst_IGNORED_SYSTEM_LIBRARIES c c++ unwind m dl atomic)
|
set(_gst_IGNORED_SYSTEM_LIBRARIES c c++ unwind m dl atomic)
|
||||||
if (ANDROID)
|
if (ANDROID)
|
||||||
list(APPEND _gst_IGNORED_SYSTEM_LIBRARIES log GLESv2 EGL OpenSLES android)
|
list(APPEND _gst_IGNORED_SYSTEM_LIBRARIES log GLESv2 EGL OpenSLES android vulkan)
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
list(APPEND _gst_IGNORED_SYSTEM_LIBRARIES iconv resolv System)
|
list(APPEND _gst_IGNORED_SYSTEM_LIBRARIES iconv resolv System)
|
||||||
endif()
|
endif()
|
||||||
|
|
Loading…
Reference in a new issue