summaryrefslogtreecommitdiffstats
path: root/rules/pre/xorg-dirs.make
blob: ddfa0086d1ef831889312df983cc2f8d2a449795 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# -*-makefile-*-

# these are the defaults path definitions for xorg stuff
XORG_PREFIX  := /usr
XORG_LIBDIR  := $(XORG_PREFIX)/lib
XORG_DATADIR := $(XORG_PREFIX)/share
XORG_FONTDIR := $(XORG_PREFIX)/share/fonts/X11
XORG_BINDIR  := /usr/bin

XORG_OPTIONS_TRANS	:= \
	--$(call ptx/endis,PTXCONF_XORG_OPTIONS_TRANS_UNIX)-unix-transport \
	--$(call ptx/endis,PTXCONF_XORG_OPTIONS_TRANS_TCP)-tcp-transport \
	$(GLOBAL_IPV6_OPTION) \
	--disable-local-transport

XORG_OPTIONS_DOCS	:= \
	--without-xmlto \
	--without-fop \
	--without-xsltproc

# vim: syntax=make