Skip to content

Commit

Permalink
graphics/libplacebo: unbreak with --auto-features=enabled
Browse files Browse the repository at this point in the history
src/d3d11/meson.build:3:0: ERROR: C header 'd3d11_4.h' not usable
src/meson.build:148:0: ERROR: Dependency "dovi" not found, tried pkgconfig and cmake

PR:		270361
  • Loading branch information
jbeich committed Mar 20, 2023
1 parent 1821334 commit 4a58fa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion graphics/libplacebo/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ USES= compiler:c11 localbase:ldflags meson pkgconfig python:3.6+,build
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= haasn
MESON_ARGS= -Ddemos=false
MESON_ARGS= -Dd3d11=disabled -Dlibdovi=disabled -Ddemos=false

OPTIONS_DEFINE= LCMS2 LIBUNWIND OPENGL TEST VULKAN
OPTIONS_DEFAULT=LCMS2 LIBUNWIND OPENGL SHADERC
Expand Down

0 comments on commit 4a58fa3

Please sign in to comment.