|
Lines 61-67
Link Here
|
| 61 |
USE_XORG+= pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans |
61 |
USE_XORG+= pixman xau xdmcp xfont2 xkbfile xorgproto xshmfence xtrans |
| 62 |
CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \ |
62 |
CONFIGURE_ARGS+=--without-doxygen --without-xmlto --without-fop \ |
| 63 |
--with-default-font-path="$$(${DEFAULT_FONTPATH_CMD})" \ |
63 |
--with-default-font-path="$$(${DEFAULT_FONTPATH_CMD})" \ |
| 64 |
--without-dtrace --with-shared-memory-dir=/tmp \ |
64 |
--without-dtrace --disable-config-hal \ |
| 65 |
--disable-install-setuid --disable-unit-tests |
65 |
--disable-install-setuid --disable-unit-tests |
| 66 |
INSTALL_TARGET= install-strip |
66 |
INSTALL_TARGET= install-strip |
| 67 |
|
67 |
|