x11-toolkits/gtk-layer-shell: minor fixes

- Add TEST option to build extra files required by "make test"
- Sort USE_*
This commit is contained in:
Jan Beich 2020-12-26 14:29:43 +00:00
parent 4719da44b1
commit 94d3c228fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=559293

View File

@ -18,15 +18,20 @@ LIB_DEPENDS= libwayland-client.so:graphics/wayland
USES= compiler:c11 gnome meson pkgconfig
USE_GNOME= gtk30 introspection:build
USE_LDCONFIG= yes
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= wmww
OPTIONS_DEFINE= DOCS EXAMPLES
OPTIONS_DEFINE= DOCS EXAMPLES TEST
DOCS_BUILD_DEPENDS= gtk-doc>0:textproc/gtk-doc
DOCS_MESON_TRUE= docs
EXAMPLES_MESON_TRUE= examples
TEST_BUILD_DEPENDS= evdev-proto>0:devel/evdev-proto
TEST_MESON_TRUE= tests
pre-install-TEST-on: do-test
.include <bsd.port.mk>