diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2024-04-17 18:16:28 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2024-04-17 18:30:13 +0000 |
commit | dc473fffd81cf6adf645af84eef9c1127380bb74 (patch) | |
tree | 8b3f2650b4c1c79667eb533d05252085f929a7fa | |
parent | e77e727c8846067f8095dae4810bc108a2ca32a1 (diff) | |
download | ports-dc473fffd81cf6adf645af84eef9c1127380bb74.tar.gz ports-dc473fffd81cf6adf645af84eef9c1127380bb74.zip |
x11-wm/wayfire: convert to cmake:indirect
-rw-r--r-- | x11-wm/wayfire/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11-wm/wayfire/Makefile b/x11-wm/wayfire/Makefile index 60c78445397e..65a67ff0aa4c 100644 --- a/x11-wm/wayfire/Makefile +++ b/x11-wm/wayfire/Makefile @@ -13,8 +13,7 @@ WWW= https://wayfire.org/ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE -BUILD_DEPENDS= cmake:devel/cmake-core \ - evdev-proto>0:devel/evdev-proto \ +BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto \ nlohmann-json>0:devel/nlohmann-json \ wf-config>=0.8.0<0.9.0:devel/wf-config \ ${LOCALBASE}/include/xf86drmMode.h:graphics/libdrm \ @@ -30,7 +29,7 @@ LIB_DEPENDS= libevdev.so:devel/libevdev \ libxkbcommon.so:x11/libxkbcommon TEST_DEPENDS= doctest>0:devel/doctest -USES= compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg +USES= cmake:indirect compiler:c++17-lang gl gnome jpeg meson pkgconfig xorg USE_GITHUB= yes USE_GL= egl glesv2 USE_GNOME= cairo pango |