[vlc-commits] [Git][videolan/vlc][master] contrib: vulkan-loader: remove dependency on xcb

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Fri Jul 15 15:03:30 UTC 2022



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
19ea351c by Alexandre Janniaux at 2022-07-15T14:04:05+00:00
contrib: vulkan-loader: remove dependency on xcb

Android exposes both HAVE_LINUX and HAVE_ANDROID, but the vulkan-loader
implementation on the OS likely supports only Android and shipping xcb
by default would require building all the xcb contribs.

Instead, only enable it when the Linux is not an Android.

- - - - -


1 changed file:

- contrib/src/vulkan-loader/rules.mak


Changes:

=====================================
contrib/src/vulkan-loader/rules.mak
=====================================
@@ -18,9 +18,11 @@ ifdef HAVE_ANDROID
 PKGS_FOUND += vulkan-loader
 endif
 
+ifndef HAVE_ANDROID
 ifdef HAVE_LINUX
 DEPS_vulkan-loader += xcb $(DEPS_xcb)
 endif
+endif
 
 VULKAN_LOADER_CONF := \
 	-DENABLE_STATIC_LOADER=ON \



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/19ea351c39ceb86143628f73038ccf2fe781bff5

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/19ea351c39ceb86143628f73038ccf2fe781bff5
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance


More information about the vlc-commits mailing list