diff options
author | Royce Strange <royball@disroot.org> | 2020-05-24 03:57:19 -0500 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-05-24 19:32:16 +0200 |
commit | 1576acbe09d2adc7e3ca46ade0df8009a26b489a (patch) | |
tree | c86bf8b70fca291608a925580993dab605cfbfdd /gnu | |
parent | 4492981706e0f2041053fdc728e29232855d8689 (diff) |
build: Add missing twinkle patch to gnu/local.mk.
This follows up on e5463baf2ce21cd2abc7ac5576401ae7ee7eb28c.
* gnu/local.mk (dist_patch_DATA): Add twinkle-bcg729.patch.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index bbe06d2b20..f4326d4db8 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -1540,6 +1540,7 @@ dist_patch_DATA = \ %D%/packages/patches/ttfautohint-source-date-epoch.patch \ %D%/packages/patches/tomb-fix-errors-on-open.patch \ %D%/packages/patches/tuxpaint-stamps-path.patch \ + %D%/packages/patches/twinkle-bcg729.patch \ %D%/packages/patches/u-boot-riscv64-fix-extlinux.patch \ %D%/packages/patches/u-boot-DT-for-Pinebook-Pro.patch \ %D%/packages/patches/u-boot-add-boe-nv140fhmn49-display.patch \ |