diff options
author | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:27:04 +0000 |
---|---|---|
committer | Bernhard Froehlich <decke@FreeBSD.org> | 2021-09-25 20:29:04 +0000 |
commit | d72eb4b569669e14b354e568209a3772b7331d3e (patch) | |
tree | df79722a1b87637207f0e105e9f68ab18b9ec3f5 /x11 | |
parent | 9c03ecdb5bf6b8e0fe3d9fbacf8e11a00af22033 (diff) | |
download | ports-d72eb4b569669e14b354e568209a3772b7331d3e.tar.gz ports-d72eb4b569669e14b354e568209a3772b7331d3e.zip |
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libxkbcommon/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/libxkbcommon/Makefile b/x11/libxkbcommon/Makefile index 5c8ad01b0e16..e5294f98de9e 100644 --- a/x11/libxkbcommon/Makefile +++ b/x11/libxkbcommon/Makefile @@ -12,13 +12,14 @@ LICENSE_FILE= ${WRKSRC}/LICENSE RUN_DEPENDS= xkeyboard-config>0:x11/xkeyboard-config -USES= bison compiler:c11 gnome meson pkgconfig tar:xz +USES= bison compiler:c11 cpe gnome meson pkgconfig 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}} MESON_ARGS_FreeBSD_11= -Ddefault-rules=xorg +CPE_VENDOR= xkbcommon OPTIONS_DEFINE= EVDEV WAYLAND X11 OPTIONS_DEFAULT=EVDEV WAYLAND X11 |