Skip to content

Commit

Permalink
build: Define minimum libavif version
Browse files Browse the repository at this point in the history
Co-authored-by: Sandelinos <sandelinos@sandelinos.me>
  • Loading branch information
Sandelinos and Sandelinos authored Jan 1, 2024
1 parent 962f0ab commit 8f3f5c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ epoll_dep = dependency('epoll-shim', required: false)
glm_dep = dependency('glm')
sdl_dep = dependency('SDL2')
stb_dep = dependency('stb')
avif_dep = dependency('libavif')
avif_dep = dependency('libavif', version: '>=1.0.0')

wlroots_dep = dependency(
'wlroots',
Expand Down

0 comments on commit 8f3f5c5

Please sign in to comment.