Skip to content

Commit

Permalink
benchmarks/vkmark: convert to cmake:indirect
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeich committed Apr 17, 2024
1 parent c190cc3 commit 4f92879
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions benchmarks/vkmark/Makefile
Expand Up @@ -14,13 +14,12 @@ WWW= https://github.com/vkmark/vkmark
LICENSE= LGPL21+
LICENSE_FILE= ${WRKSRC}/COPYING-LGPL2.1

BUILD_DEPENDS= cmake:devel/cmake-core \
vulkan-headers>0:graphics/vulkan-headers \
BUILD_DEPENDS= vulkan-headers>0:graphics/vulkan-headers \
glm>0:math/glm
LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \
libassimp.so:multimedia/assimp

USES= compiler:c++14-lang localbase meson pkgconfig
USES= cmake:indirect compiler:c++14-lang localbase meson pkgconfig
USE_GITHUB= yes

OPTIONS_DEFINE= DRM WAYLAND X11
Expand Down

0 comments on commit 4f92879

Please sign in to comment.