Skip to content

Commit

Permalink
x11-wm/chamfer: 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 1caac90 commit b976271
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x11-wm/chamfer/Makefile
Expand Up @@ -11,7 +11,6 @@ LICENSE_FILE= ${WRKSRC}/LICENSE

BUILD_DEPENDS= boost-libs>0:devel/boost-libs \
${PYTHON_PKGNAMEPREFIX}boost-libs>0:devel/boost-python-libs@${PY_FLAVOR} \
cmake:devel/cmake-core \
${LOCALBASE}/include/libdrm/drm_fourcc.h:graphics/libdrm \
spirv-opt:graphics/spirv-tools \
vulkan-headers>0:graphics/vulkan-headers \
Expand All @@ -27,7 +26,8 @@ LIB_DEPENDS= libvulkan.so:graphics/vulkan-loader \
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}psutil>0:sysutils/py-psutil@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-xlib>0:x11-toolkits/py-python-xlib@${PY_FLAVOR}

USES= compiler:c++17-lang meson localbase pkgconfig python xorg
USES= cmake:indirect compiler:c++17-lang meson localbase \
pkgconfig python xorg
USE_GITHUB= yes
USE_XORG= xcb
GH_ACCOUNT= jaelpark
Expand Down

0 comments on commit b976271

Please sign in to comment.