mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
Explicitly disable evdev support.
This is Linux-specific, and support for it may be accidentally enabled because the compiler test for it passes if multimedia/v4l_compat is installed, since it installs linux/input.h into ${LOCALBASE}/include. PR: ports/187260 MFH: 2014Q2
This commit is contained in:
parent
ecaf7b1252
commit
bbfe2c461a
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353821
@ -28,7 +28,8 @@ USE_QT5= core dbus qmake_build buildtools_build
|
||||
QT_DIST= base
|
||||
USE_XORG= x11 xi xrender
|
||||
HAS_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= -no-eglfs
|
||||
CONFIGURE_ARGS= -no-eglfs \
|
||||
-no-evdev
|
||||
USE_LDCONFIG= ${PREFIX}/${QT_LIBDIR_REL}
|
||||
|
||||
BUILD_WRKSRC= ${WRKSRC}/src/${PORTNAME}
|
||||
|
Loading…
Reference in New Issue
Block a user