From 6e18f76d41fa5c67b6446f42c5a8277f43c8e55e Mon Sep 17 00:00:00 2001 From: Gatis Paeglis Date: Mon, 14 Mar 2016 15:21:49 +0100 Subject: Move fontconfig cache out of /var OSTree by design does not include /var in system updates, moving cache to ${libdir} allow fontconfig cache to be updated via OTA. Change-Id: I41d4588cf725028315d7043ff874399baff4d159 Reviewed-by: Samuli Piippo Reviewed-by: Teemu Holappa --- conf/distro/b2qt.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'conf') diff --git a/conf/distro/b2qt.conf b/conf/distro/b2qt.conf index 7b56113..0876795 100644 --- a/conf/distro/b2qt.conf +++ b/conf/distro/b2qt.conf @@ -45,6 +45,8 @@ DISTRO_FEATURES_DEFAULT = "alsa argp bluetooth ext2 largefile usbgadget usbhost POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio sysvinit" +FONTCONFIG_CACHE_DIR = "${libdir}/fontconfig/cache" + # use GStreamer 1.0, optionally change to "gstreamer010" to use GStreamer 0.10 DISTRO_FEATURES += "gstreamer" -- cgit v1.2.3-54-g00ecf