mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Cmake build: Forgot to set the environment XVKBD_HACKED
to select the correct parameters for xvkbd.
This commit is contained in:
parent
73fe65543d
commit
dae22baf0b
@ -47,6 +47,7 @@ endif()
|
||||
|
||||
set(LYX_EXE "${BINDIR}/${LYX}")
|
||||
set(XVKBD_EXE "${BINDIR}/xvkbd")
|
||||
set(ENV{XVKBD_HACKED} "1")
|
||||
|
||||
# Environments needed by keytest.py
|
||||
set(ENV{PACKAGE} ${PACKAGE})
|
||||
|
Loading…
Reference in New Issue
Block a user