Cmake build: Forgot to set the environment XVKBD_HACKED

to select the correct parameters for xvkbd.
This commit is contained in:
Kornel Benko 2013-01-25 09:16:34 +01:00
parent 73fe65543d
commit dae22baf0b

View File

@ -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})