diff options
author | marha <marha@users.sourceforge.net> | 2012-06-25 11:23:18 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-06-25 11:55:38 +0200 |
commit | 9a867e32f89cdd115cdad9c25aeced6725886ee5 (patch) | |
tree | 0f0c25ff08e587a5b835349725cc0e58586e125d /xorg-server/xkeyboard-config/rules/makefile | |
parent | b1565e868d5549753fd710529b88bd4c183889ab (diff) | |
download | vcxsrv-9a867e32f89cdd115cdad9c25aeced6725886ee5.tar.gz vcxsrv-9a867e32f89cdd115cdad9c25aeced6725886ee5.tar.bz2 vcxsrv-9a867e32f89cdd115cdad9c25aeced6725886ee5.zip |
The following libraries have no xserver dependent compilation anymore
libX11
libxcb
pixman
libXdmcp
libXau
libXfont
libXfont
libXfont
libXfont
libXfont
libXfont
libXfont
libfontenc
libXinerama
Diffstat (limited to 'xorg-server/xkeyboard-config/rules/makefile')
-rw-r--r-- | xorg-server/xkeyboard-config/rules/makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xorg-server/xkeyboard-config/rules/makefile b/xorg-server/xkeyboard-config/rules/makefile index c8b2f25c2..4e2786734 100644 --- a/xorg-server/xkeyboard-config/rules/makefile +++ b/xorg-server/xkeyboard-config/rules/makefile @@ -2,7 +2,7 @@ ifeq ($(MAKESERVER),1) $(error Please do not specify MAKESERVER=1) endif -load_makefile compat\makefile DEBUG=$(DEBUG) +load_makefile compat\makefile MAKESERVER=0 DEBUG=$(DEBUG) DESTDIR=$(MHMAKECONF)\xorg-server\xkbdata\rules |