aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Popov <arrowd@FreeBSD.org>2024-03-07 07:54:35 +0000
committerGleb Popov <arrowd@FreeBSD.org>2024-03-07 08:51:29 +0000
commit0581999702359474910c677a7394c21700f636ac (patch)
tree96373493c8838165159221b3f8b982d08695260a
parentcfa05dada94513aa2f48e76a9826fc6dfbe9ef25 (diff)
downloadports-0581999702359474910c677a7394c21700f636ac.tar.gz
ports-0581999702359474910c677a7394c21700f636ac.zip
x11/libxkbcommon: Fix tests
-rw-r--r--x11/libxkbcommon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile
index 533fb886daa4..123ddcd8a1a7 100644
--- a/x11/libxkbcommon/Makefile
+++ b/x11/libxkbcommon/Makefile
@@ -13,13 +13,16 @@ LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config
-USES= bison compiler:c11 cpe gnome meson pkgconfig tar:xz
+USES= bison compiler:c11 cpe gnome meson pkgconfig python:test \
+ shebangfix tar:xz
USE_GNOME= libxml2
USE_LDCONFIG= yes
MESON_ARGS= -Denable-docs=false \
-Dx-locale-root="${PREFIX}/lib/X11/locale" \
${MESON_ARGS_${OPSYS}_${OSREL:R}}
CPE_VENDOR= xkbcommon
+SHEBANG_FILES= test/xkeyboard-config-test.py.in \
+ test/*.py
OPTIONS_DEFINE= EVDEV WAYLAND X11
OPTIONS_DEFAULT=EVDEV WAYLAND X11