From 10bc4cd469fc677892b07748ec85804ca120825f Mon Sep 17 00:00:00 2001 From: Zbigniew Jędrzejewski-Szmek Date: Mon, 26 Jan 2015 19:12:56 -0500 Subject: build-sys: unbundle unifont We should prefer the unifont.hex file from the system, instead of our own. Upstream has made a few releases since our version was included, and we should follow upstream changes. But adding 2.6MB to our source repo every time upstream releases is not nice. --- src/libsystemd-terminal/.gitignore | 1 + src/libsystemd-terminal/unifont-glyph-array.bin | Bin 2621472 -> 0 bytes 2 files changed, 1 insertion(+) create mode 100644 src/libsystemd-terminal/.gitignore delete mode 100644 src/libsystemd-terminal/unifont-glyph-array.bin (limited to 'src') diff --git a/src/libsystemd-terminal/.gitignore b/src/libsystemd-terminal/.gitignore new file mode 100644 index 0000000000..7de83bd3e9 --- /dev/null +++ b/src/libsystemd-terminal/.gitignore @@ -0,0 +1 @@ +/unifont-glyph-array.bin diff --git a/src/libsystemd-terminal/unifont-glyph-array.bin b/src/libsystemd-terminal/unifont-glyph-array.bin deleted file mode 100644 index 46f150c42b..0000000000 Binary files a/src/libsystemd-terminal/unifont-glyph-array.bin and /dev/null differ -- cgit v1.2.3-54-g00ecf