diff options
| author | Richard Purdie <rpurdie@linux.intel.com> | 2010-06-30 15:02:00 +0100 |
|---|---|---|
| committer | Joshua Lock <josh@linux.intel.com> | 2010-06-30 15:08:42 +0100 |
| commit | f5003084d54cefb7e4f991e195db82f94faf6ea2 (patch) | |
| tree | 05c4b20b04446b51902f2eb79a06420614ef2a63 | |
| parent | 763b11d0fd6b804c73f0f645a3025c8f82f5aaf1 (diff) | |
| download | poky-f5003084d54cefb7e4f991e195db82f94faf6ea2.tar.gz | |
encodings: Specify encodingsdir as the default was being detected incorrectly resulting in an empty package
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
| -rw-r--r-- | meta/packages/xorg-font/encodings_1.0.3.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/packages/xorg-font/encodings_1.0.3.bb b/meta/packages/xorg-font/encodings_1.0.3.bb index ecc3eed540..0a86374b8f 100644 --- a/meta/packages/xorg-font/encodings_1.0.3.bb +++ b/meta/packages/xorg-font/encodings_1.0.3.bb | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | require xorg-font-common.inc | 1 | require xorg-font-common.inc |
| 2 | PE = "1" | 2 | PE = "1" |
| 3 | PR = "${INC_PR}.0" | 3 | PR = "${INC_PR}.1" |
| 4 | 4 | ||
| 5 | DEPENDS = "mkfontscale-native font-util-native" | 5 | DEPENDS = "mkfontscale-native font-util-native" |
| 6 | |||
| 7 | EXTRA_OECONF += "--with-encodingsdir=${datadir}/fonts/X11/encodings" | ||
