diff options
author | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2016-03-14 15:21:49 +0100 |
---|---|---|
committer | Gatis Paeglis <gatis.paeglis@theqtcompany.com> | 2016-03-15 12:18:52 +0000 |
commit | 6e18f76d41fa5c67b6446f42c5a8277f43c8e55e (patch) | |
tree | d51f457728276ecabc43f76218b015b71b0d21cf | |
parent | 9eb4a4ca74de48387a794336df7bfd3076919ed8 (diff) | |
download | meta-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>
-rw-r--r-- | conf/distro/b2qt.conf | 2 |
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 | |||
45 | POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" | 45 | POKY_DEFAULT_DISTRO_FEATURES = "largefile opengl multiarch" |
46 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio sysvinit" | 46 | DISTRO_FEATURES_BACKFILL_CONSIDERED = "pulseaudio sysvinit" |
47 | 47 | ||
48 | FONTCONFIG_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 |
49 | DISTRO_FEATURES += "gstreamer" | 51 | DISTRO_FEATURES += "gstreamer" |
50 | 52 | ||