mirror of
https://git.proxmox.com/git/fwupd
synced 2025-08-06 02:36:24 +00:00
po/make-images: Drop unnecessary fontmap
This was causing problems building on Jessie, and turns out to be unused anyway: AttributeError: 'gi.repository.PangoCairo' object has no attribute 'font_map_get_default' Signed-off-by: Philip Withnall <withnall@endlessm.com>
This commit is contained in:
parent
48a164657e
commit
9aa0f8680c
@ -56,7 +56,6 @@ class Rasterizer:
|
||||
self.domain = "fwupd"
|
||||
self.font_face = "sans-serif"
|
||||
self.pattern = "{directory}/{language}/LC_IMAGES/fwupd-{width}-{height}.{suffix}"
|
||||
self.fontmap = PangoCairo.font_map_get_default()
|
||||
|
||||
gettext.textdomain(self.domain)
|
||||
gettext.bind_textdomain_codeset(self.domain, 'UTF8')
|
||||
|
Loading…
Reference in New Issue
Block a user