Revert, the location of xdg-x11 is hardwired in other places.

This commit is contained in:
joerg 2007-01-08 15:33:13 +00:00
parent f284f1469e
commit b5ce6faeeb

View file

@ -1,4 +1,4 @@
# $NetBSD: dirs.mk,v 1.9 2007/01/08 15:20:28 joerg Exp $
# $NetBSD: dirs.mk,v 1.10 2007/01/08 15:33:13 joerg Exp $
#
.if !defined(DIRS_MK)
@ -60,11 +60,7 @@ _USE_XORG_DIRS:= ${ver}
.endif
.if !empty(_USE_XDG_X11_DIRS)
. if ${X11_TYPE} == "modular"
. include "../../misc/xdg-dirs/dirs.mk"
. else
. include "../../misc/xdg-x11-dirs/dirs.mk"
. endif
. include "../../misc/xdg-x11-dirs/dirs.mk"
.endif
.if !empty(_USE_XORG_DIRS)