diff options
| -rw-r--r-- | meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb index a39609b5da..74014ff91b 100644 --- a/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb +++ b/meta/recipes-graphics/xorg-font/encodings_1.0.5.bb | |||
| @@ -19,3 +19,7 @@ SRC_URI[sha256sum] = "bd96e16143a044b19e87f217cf6a3763a70c561d1076aad6f6d862ec41 | |||
| 19 | inherit allarch | 19 | inherit allarch |
| 20 | 20 | ||
| 21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" | 21 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" |
| 22 | |||
| 23 | # postinst from .inc doesn't apply to this recipe | ||
| 24 | pkg_postinst_${PN} () { | ||
| 25 | } | ||
