Skip to content
Snippets Groups Projects
Commit d7266255 authored by Steve Lhomme's avatar Steve Lhomme
Browse files

contrib: libplacebo: disable package not usable on Winstore builds

uses OpenGL. Once it uses Angle and/or Vulkan it may be usable.
parent 22a38446
No related branches found
No related tags found
No related merge requests found
......@@ -6,7 +6,9 @@ PLACEBO_URL := https://code.videolan.org/videolan/libplacebo/-/archive/v$(PLACEB
DEPS_libplacebo = glslang
ifndef HAVE_WINSTORE
PKGS += libplacebo
endif
ifeq ($(call need_pkg,"libplacebo"),)
PKGS_FOUND += libplacebo
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment