mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-08 18:28:43 +00:00
Install resource files in /usr/X11R6/share/X11/app-defaults
/etc/X11/app-defaults stays 1st in the libXt search path so, people and ports can put customized versions there if needed. If you didn't customize the versions in /etc/X11/app-defaults, they should be removed to avoid future issues when one file changes. discussed at g2k14 and ok ajacoutot@
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.11 2011/12/10 14:54:18 matthieu Exp $
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.12 2014/08/13 21:02:16 matthieu Exp $
|
||||
|
||||
.include <bsd.xconf.mk>
|
||||
|
||||
@@ -11,7 +11,7 @@ config.status:
|
||||
CONFIG_SITE=$(CONFIG_SITE) \
|
||||
sh ${.CURDIR}/configure --prefix=${X11BASE} \
|
||||
--datarootdir=${X11BASE} \
|
||||
--enable-appdefaultdir=/etc/X11/app-defaults \
|
||||
--enable-appdefaultdir=${X11BASE}/share/X11/app-defaults \
|
||||
--enable-syslog --without-motif --without-ttf \
|
||||
--without-gtk2 --without-gtk --without-esound \
|
||||
--without-rplay --without-ftgl
|
||||
|
||||
Reference in New Issue
Block a user