xorg-server: point localstatedir to /var
We don't want logs to end up in /usr/var/log Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
117a8ea0ea
commit
723f276ffd
@ -60,7 +60,7 @@ XSERVER_XORG_SERVER_CONF_OPT = --disable-config-hal \
|
||||
--disable-xnest --disable-xephyr --disable-xvfb \
|
||||
--with-builder-addr=buildroot@uclibc.org \
|
||||
CFLAGS="$(TARGET_CFLAGS) -I$(STAGING_DIR)/usr/include/pixman-1" \
|
||||
--with-fontdir=/usr/share/fonts/X11/
|
||||
--with-fontdir=/usr/share/fonts/X11/ --localstatedir=/var
|
||||
|
||||
ifeq ($(BR2_PACKAGE_XSERVER_xorg),y)
|
||||
XSERVER_XORG_SERVER_CONF_OPT += --enable-xorg
|
||||
|
Loading…
Reference in New Issue
Block a user