mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Explicitly disable libxkbfile detection when no X11 option is selected
PR: 179835 Reported by: Michael Moll <kvedulv AT kvedulv DOT de>
This commit is contained in:
parent
37a0429a84
commit
cc1af8a850
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=321660
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ BUILD_DEPENDS+= xmlto:${PORTSDIR}/textproc/xmlto
|
|||
MAN1= xfreerdp.1
|
||||
PLIST_SUB+= X11=""
|
||||
.else
|
||||
CMAKE_ARGS+= -DWITH_X11=OFF
|
||||
CMAKE_ARGS+= -DWITH_X11=OFF -DWITH_XKBFILE=OFF
|
||||
PLIST_SUB+= X11="@comment "
|
||||
.endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue