summaryrefslogtreecommitdiffstats
path: root/conf/distro
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@theqtcompany.com>2016-03-14 15:21:49 +0100
committerGatis Paeglis <gatis.paeglis@theqtcompany.com>2016-03-15 12:18:52 +0000
commit6e18f76d41fa5c67b6446f42c5a8277f43c8e55e (patch)
treed51f457728276ecabc43f76218b015b71b0d21cf /conf/distro
parent9eb4a4ca74de48387a794336df7bfd3076919ed8 (diff)
downloadmeta-boot2qt-6e18f76d41fa5c67b6446f42c5a8277f43c8e55e.tar.gz
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 <samuli.piippo@theqtcompany.com> Reviewed-by: Teemu Holappa <teemu.holappa@theqtcompany.com>
Diffstat (limited to 'conf/distro')
-rw-r--r--conf/distro/b2qt.conf2
1 files changed, 2 insertions, 0 deletions
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
45POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" 45POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch"
46DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio sysvinit" 46DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio sysvinit"
47 47
48FONTCONFIG_CACHE_DIR = "${libdir}/fontconfig/cache"
49
48# use GStreamer 1.0, optionally change to "gstreamer010" to use GStreamer 0.10 50# use GStreamer 1.0, optionally change to "gstreamer010" to use GStreamer 0.10
49DISTRO_FEATURES += "gstreamer" 51DISTRO_FEATURES += "gstreamer"
50 52