1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00

Add -no-libudev to CONFIGURE_ARGS to prevent use of devel/libudev-devd.

PR:		235007
Approved by:	kde (tcberner)
This commit is contained in:
Tijl Coosemans 2019-01-17 09:28:15 +00:00
parent 7abf418008
commit 0247ea4768
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=490532

View File

@ -31,6 +31,7 @@ USE_XORG= ice sm x11 xi xrender
HAS_CONFIGURE= yes
CONFIGURE_ARGS= -no-eglfs \
-no-evdev \
-no-libudev \
-system-harfbuzz
# Explicitely set to c++14 as to net get c++17/c++1z, as libX11's headers
# are using the obsolete 'register' key word.