mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
If XVKBD_HACKED env var is not set, then don't try to build any custom xvkbd.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37522 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
89620e1481
commit
7dba92987c
@ -1,5 +1,5 @@
|
||||
|
||||
all: build-xvkbd run-tests
|
||||
all: $(if $(XVKBD_HACKED),build-xvkbd,) run-tests
|
||||
|
||||
.PHONY:
|
||||
build-xvkbd:
|
||||
|
Loading…
Reference in New Issue
Block a user