diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2023-06-03 14:46:11 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2023-06-03 14:56:35 +0000 |
commit | 18bac055611bbe224391fc7b1d709fc37fdbdd50 (patch) | |
tree | ba6a610783a85512fc38a34a47711e39518811a4 /accessibility | |
parent | ff448828ec8b5c05319802194860ba8c3aa613b6 (diff) |
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/at-spi2-core/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/accessibility/at-spi2-core/Makefile b/accessibility/at-spi2-core/Makefile index 7bd4330b472e..62752753d88f 100644 --- a/accessibility/at-spi2-core/Makefile +++ b/accessibility/at-spi2-core/Makefile @@ -27,7 +27,7 @@ ATKONLY_LIB_DEPENDS_OFF= libdbus-1.so:devel/dbus ATKONLY_MESON_TRUE= atk_only X11_USES= xorg -X11_USE= XORG=ice,sm,x11,xext,xi,xtst +X11_USE= XORG=x11,xi,xtst X11_MESON_ENABLED= x11 post-install: |